Html Css Color HEX #B00487 Medium Violet Red

📋 copy color: '#B00487'

red 176 ◦ green 4 ◦ blue 135

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

Shades of Medium Violet Red #B00487

Tints of Medium Violet Red #B00487

RGB

 RED value IS 176 (69.14% from 255) = 55.87%

 GREEN value IS 4 (1.95% from 255) = 1.27%

 BLUE value IS 135 (53.13% from 255) = 42.86%

R = 55.87%
G = 1.27%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#B00487 (or 0xB00487) is known color: Medium Violet Red. HEX triplet: B0, 04 and 87. RGB value is (176,4,135). Sum of RGB (Red+Green+Blue) = 176+4+135=315 (41% of max value = 765). Red value is 176 (69.14% from 255 or 55.87% from 315); Green value is 4 (1.95% from 255 or 1.27% from 315); Blue value is 135 (53.12% from 255 or 42.86% from 315); Max value from RGB is 176 - color contains mainly: red. Hex color #B00487 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B00487 is #4FFB78. Grayscale: #464646. Windows color (decimal): -5241721 or 8848560. OLE color: 8848560.

HSL color Cylindrical-coordinate representation of color #B00487: hue angle of 314.3º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B00487 is Cyan = 0, Magento = 0.98, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 4 135 -
CMYK 0 0.98 0.23 0.31
HSL 314.3º 0.96% 0.35% -
HSV(B) 314.3º 0.98% 0.69% -
XYZ 22.32 11.07 23.88 -
YUV 70.36 164.48 203.35 -
System Red Green Blue C M Y K H S L
Decimal 176 4 135 0 0.98 0.23 0.31 314.3 0.96 0.35
Hex B0 4 87 0 62 17 1F 13A 60 23
Octal 260 4 207 0 142 27 37 472 140 43
Binary 10110000 100 10000111 0 1100010 10111 11111 100111010 1100000 100011

Color Harmonies of #B00487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00487

Black with #B00487

Text Example


Text Example

White with #B00487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00487; }

 p { color: rgb(176,4,135); }

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

background-color css

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

 a { background-color: rgb(176,4,135); }

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

border-color css

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

 span { border-color: rgb(176,4,135); }

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