Html Css Color HEX #B2008B Medium Violet Red

📋 copy color: '#B2008B'

red 178 ◦ green 0 ◦ blue 139

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

Shades of Medium Violet Red #B2008B

Tints of Medium Violet Red #B2008B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 139 (54.69% from 255) = 43.85%

R = 56.15%
G = 0%
B = 43.85%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.22

 K value IS 0.30

RGB Variations

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

Color information

#B2008B (or 0xB2008B) is known color: Medium Violet Red. HEX triplet: B2, 00 and 8B. RGB value is (178,0,139). Sum of RGB (Red+Green+Blue) = 178+0+139=317 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.15% from 317); Green value is 0 (0.39% from 255 or 0% from 317); Blue value is 139 (54.69% from 255 or 43.85% from 317); Max value from RGB is 178 - color contains mainly: red. Hex color #B2008B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B2008B is #4DFF74. Grayscale: #444444. Windows color (decimal): -5111669 or 9109682. OLE color: 9109682.

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

Color convert

RGB 178 0 139 -
CMYK 0 1 0.22 0.30
HSL 313.15º 1% 0.35% -
HSV(B) 313.15º 1% 0.7% -
XYZ 23.02 11.33 25.4 -
YUV 69.07 167.47 205.7 -
System Red Green Blue C M Y K H S L
Decimal 178 0 139 0 1 0.22 0.30 313.15 1 0.35
Hex B2 0 8B 0 64 16 1E 139 64 23
Octal 262 0 213 0 144 26 36 471 144 43
Binary 10110010 0 10001011 0 1100100 10110 11110 100111001 1100100 100011

Color Harmonies of #B2008B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2008B

Black with #B2008B

Text Example


Text Example

White with #B2008B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2008B; }

 p { color: rgb(178,0,139); }

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

background-color css

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

 a { background-color: rgb(178,0,139); }

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

border-color css

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

 span { border-color: rgb(178,0,139); }

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