Html Css Color HEX #B2208F Medium Red Violet

📋 copy color: '#B2208F'

red 178 ◦ green 32 ◦ blue 143

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

Shades of Medium Red Violet #B2208F

Tints of Medium Red Violet #B2208F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.07%

 BLUE value IS 143 (56.25% from 255) = 40.51%

R = 50.42%
G = 9.07%
B = 40.51%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.20

 K value IS 0.30

RGB Variations

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

Color information

#B2208F (or 0xB2208F) is known color: Medium Red Violet. HEX triplet: B2, 20 and 8F. RGB value is (178,32,143). Sum of RGB (Red+Green+Blue) = 178+32+143=353 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.42% from 353); Green value is 32 (12.89% from 255 or 9.07% from 353); Blue value is 143 (56.25% from 255 or 40.51% from 353); Max value from RGB is 178 - color contains mainly: red. Hex color #B2208F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2208F is #4DDF70. Grayscale: #585858. Windows color (decimal): -5103473 or 9380018. OLE color: 9380018.

HSL color Cylindrical-coordinate representation of color #B2208F: hue angle of 314.38º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B2208F is Cyan = 0, Magento = 0.82, Yellow = 0.20 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 32 143 -
CMYK 0 0.82 0.20 0.30
HSL 314.38º 0.7% 0.41% -
HSV(B) 314.38º 0.82% 0.7% -
XYZ 23.83 12.48 27.14 -
YUV 88.31 158.87 191.97 -
System Red Green Blue C M Y K H S L
Decimal 178 32 143 0 0.82 0.20 0.30 314.38 0.7 0.41
Hex B2 20 8F 0 52 14 1E 13A 46 29
Octal 262 40 217 0 122 24 36 472 106 51
Binary 10110010 100000 10001111 0 1010010 10100 11110 100111010 1000110 101001

Color Harmonies of #B2208F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2208F

Black with #B2208F

Text Example


Text Example

White with #B2208F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2208F; }

 p { color: rgb(178,32,143); }

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

background-color css

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

 a { background-color: rgb(178,32,143); }

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

border-color css

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

 span { border-color: rgb(178,32,143); }

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