Html Css Color HEX #B00286 Medium Violet Red

📋 copy color: '#B00286'

red 176 ◦ green 2 ◦ blue 134

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

Shades of Medium Violet Red #B00286

Tints of Medium Violet Red #B00286

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.64%

 BLUE value IS 134 (52.73% from 255) = 42.95%

R = 56.41%
G = 0.64%
B = 42.95%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.24

 K value IS 0.31

RGB Variations

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

Color information

#B00286 (or 0xB00286) is known color: Medium Violet Red. HEX triplet: B0, 02 and 86. RGB value is (176,2,134). Sum of RGB (Red+Green+Blue) = 176+2+134=312 (41% of max value = 765). Red value is 176 (69.14% from 255 or 56.41% from 312); Green value is 2 (1.17% from 255 or 0.64% from 312); Blue value is 134 (52.73% from 255 or 42.95% from 312); Max value from RGB is 176 - color contains mainly: red. Hex color #B00286 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B00286 is #4FFD79. Grayscale: #444444. Windows color (decimal): -5242234 or 8782512. OLE color: 8782512.

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

Color convert

RGB 176 2 134 -
CMYK 0 0.99 0.24 0.31
HSL 314.48º 0.98% 0.35% -
HSV(B) 314.48º 0.99% 0.69% -
XYZ 22.23 10.99 23.5 -
YUV 69.07 164.65 204.27 -
System Red Green Blue C M Y K H S L
Decimal 176 2 134 0 0.99 0.24 0.31 314.48 0.98 0.35
Hex B0 2 86 0 63 18 1F 13A 62 23
Octal 260 2 206 0 143 30 37 472 142 43
Binary 10110000 10 10000110 0 1100011 11000 11111 100111010 1100010 100011

Color Harmonies of #B00286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00286

Black with #B00286

Text Example


Text Example

White with #B00286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00286; }

 p { color: rgb(176,2,134); }

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

background-color css

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

 a { background-color: rgb(176,2,134); }

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

border-color css

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

 span { border-color: rgb(176,2,134); }

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