Html Css Color HEX #B2269B Medium Red Violet

📋 copy color: '#B2269B'

red 178 ◦ green 38 ◦ blue 155

#B2269B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Red Violet #B2269B

Tints of Medium Red Violet #B2269B

RGB

 RED value IS 178 (69.92% from 255) = 47.98%

 GREEN value IS 38 (15.23% from 255) = 10.24%

 BLUE value IS 155 (60.94% from 255) = 41.78%

R = 47.98%
G = 10.24%
B = 41.78%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.13

 K value IS 0.30

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B2269B (or 0xB2269B) is known color: Medium Red Violet. HEX triplet: B2, 26 and 9B. RGB value is (178,38,155). Sum of RGB (Red+Green+Blue) = 178+38+155=371 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.98% from 371); Green value is 38 (15.23% from 255 or 10.24% from 371); Blue value is 155 (60.94% from 255 or 41.78% from 371); Max value from RGB is 178 - color contains mainly: red. Hex color #B2269B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2269B is #4DD964. Grayscale: #5C5C5C. Windows color (decimal): -5101925 or 10167986. OLE color: 10167986.

HSL color Cylindrical-coordinate representation of color #B2269B: hue angle of 309.86º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B2269B is Cyan = 0, Magento = 0.79, Yellow = 0.13 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 38 155 -
CMYK 0 0.79 0.13 0.30
HSL 309.86º 0.65% 0.42% -
HSV(B) 309.86º 0.79% 0.7% -
XYZ 24.97 13.22 32.25 -
YUV 93.2 162.88 188.49 -
System Red Green Blue C M Y K H S L
Decimal 178 38 155 0 0.79 0.13 0.30 309.86 0.65 0.42
Hex B2 26 9B 0 4F D 1E 136 41 2A
Octal 262 46 233 0 117 15 36 466 101 52
Binary 10110010 100110 10011011 0 1001111 1101 11110 100110110 1000001 101010

Color Harmonies of #B2269B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2269B

Black with #B2269B

Text Example


Text Example

White with #B2269B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2269B; }

 p { color: rgb(178,38,155); }

 H1.HeaderClassName
 {
   color: #B2269B;
 }
 .AnyTagClassName
 {
   color: #B2269B;
 }
</style>

background-color css

<style>
 a { background-color: #B2269B; }

 a { background-color: rgb(178,38,155); }

 div.DivClassName
 {
   background-color: #B2269B;
 }
 .BgClassName
 {
   background-color: #B2269B;
 }
</style>

border-color css

<style>
 span { border-color: #B2269B; }

 span { border-color: rgb(178,38,155); }

 td.TdClassName
 {
   border-color: #B2269B;
 }
 .TagClassName
 {
   border-color: #B2269B;
 }
</style>