Html Css Color HEX #B2008E Medium Violet Red

📋 copy color: '#B2008E'

red 178 ◦ green 0 ◦ blue 142

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

Shades of Medium Violet Red #B2008E

Tints of Medium Violet Red #B2008E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 44.38%

R = 55.63%
G = 0%
B = 44.38%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.20

 K value IS 0.30

RGB Variations

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

Color information

#B2008E (or 0xB2008E) is known color: Medium Violet Red. HEX triplet: B2, 00 and 8E. RGB value is (178,0,142). Sum of RGB (Red+Green+Blue) = 178+0+142=320 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.62% from 320); Green value is 0 (0.39% from 255 or 0% from 320); Blue value is 142 (55.86% from 255 or 44.38% from 320); Max value from RGB is 178 - color contains mainly: red. Hex color #B2008E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B2008E is #4DFF71. Grayscale: #454545. Windows color (decimal): -5111666 or 9306290. OLE color: 9306290.

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

Color convert

RGB 178 0 142 -
CMYK 0 1 0.20 0.30
HSL 312.13º 1% 0.35% -
HSV(B) 312.13º 1% 0.7% -
XYZ 23.24 11.42 26.57 -
YUV 69.41 168.97 205.45 -
System Red Green Blue C M Y K H S L
Decimal 178 0 142 0 1 0.20 0.30 312.13 1 0.35
Hex B2 0 8E 0 64 14 1E 138 64 23
Octal 262 0 216 0 144 24 36 470 144 43
Binary 10110010 0 10001110 0 1100100 10100 11110 100111000 1100100 100011

Color Harmonies of #B2008E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2008E

Black with #B2008E

Text Example


Text Example

White with #B2008E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2008E; }

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

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

background-color css

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

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

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

border-color css

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

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

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