Html Css Color HEX #B8008E Medium Violet Red

📋 copy color: '#B8008E'

red 184 ◦ green 0 ◦ blue 142

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

Shades of Medium Violet Red #B8008E

Tints of Medium Violet Red #B8008E

RGB

 RED value IS 184 (72.27% from 255) = 56.44%

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

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

R = 56.44%
G = 0%
B = 43.56%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.23

 K value IS 0.28

RGB Variations

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

Color information

#B8008E (or 0xB8008E) is known color: Medium Violet Red. HEX triplet: B8, 00 and 8E. RGB value is (184,0,142). Sum of RGB (Red+Green+Blue) = 184+0+142=326 (43% of max value = 765). Red value is 184 (72.27% from 255 or 56.44% from 326); Green value is 0 (0.39% from 255 or 0% from 326); Blue value is 142 (55.86% from 255 or 43.56% from 326); Max value from RGB is 184 - color contains mainly: red. Hex color #B8008E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B8008E is #47FF71. Grayscale: #464646. Windows color (decimal): -4718450 or 9306296. OLE color: 9306296.

HSL color Cylindrical-coordinate representation of color #B8008E: hue angle of 313.7º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B8008E is Cyan = 0, Magento = 1, Yellow = 0.23 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 0 142 -
CMYK 0 1 0.23 0.28
HSL 313.7º 1% 0.36% -
HSV(B) 313.7º 1% 0.72% -
XYZ 24.65 12.14 26.64 -
YUV 71.2 167.96 208.45 -
System Red Green Blue C M Y K H S L
Decimal 184 0 142 0 1 0.23 0.28 313.7 1 0.36
Hex B8 0 8E 0 64 17 1C 13A 64 24
Octal 270 0 216 0 144 27 34 472 144 44
Binary 10111000 0 10001110 0 1100100 10111 11100 100111010 1100100 100100

Color Harmonies of #B8008E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8008E

Black with #B8008E

Text Example


Text Example

White with #B8008E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8008E; }

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

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

background-color css

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

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

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

border-color css

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

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

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