Html Css Color HEX #B2208C Medium Red Violet

📋 copy color: '#B2208C'

red 178 ◦ green 32 ◦ blue 140

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

Shades of Medium Red Violet #B2208C

Tints of Medium Red Violet #B2208C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 40%

R = 50.86%
G = 9.14%
B = 40%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#B2208C (or 0xB2208C) is known color: Medium Red Violet. HEX triplet: B2, 20 and 8C. RGB value is (178,32,140). Sum of RGB (Red+Green+Blue) = 178+32+140=350 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.86% from 350); Green value is 32 (12.89% from 255 or 9.14% from 350); Blue value is 140 (55.08% from 255 or 40% from 350); Max value from RGB is 178 - color contains mainly: red. Hex color #B2208C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2208C is #4DDF73. Grayscale: #575757. Windows color (decimal): -5103476 or 9183410. OLE color: 9183410.

HSL color Cylindrical-coordinate representation of color #B2208C: hue angle of 315.62º 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 #B2208C is Cyan = 0, Magento = 0.82, Yellow = 0.21 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 32 140 -
CMYK 0 0.82 0.21 0.30
HSL 315.62º 0.7% 0.41% -
HSV(B) 315.62º 0.82% 0.7% -
XYZ 23.61 12.39 25.96 -
YUV 87.97 157.37 192.22 -
System Red Green Blue C M Y K H S L
Decimal 178 32 140 0 0.82 0.21 0.30 315.62 0.7 0.41
Hex B2 20 8C 0 52 15 1E 13C 46 29
Octal 262 40 214 0 122 25 36 474 106 51
Binary 10110010 100000 10001100 0 1010010 10101 11110 100111100 1000110 101001

Color Harmonies of #B2208C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2208C

Black with #B2208C

Text Example


Text Example

White with #B2208C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2208C; }

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

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

background-color css

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

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

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

border-color css

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

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

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