Html Css Color HEX #B00285 Medium Violet Red

📋 copy color: '#B00285'

red 176 ◦ green 2 ◦ blue 133

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

Shades of Medium Violet Red #B00285

Tints of Medium Violet Red #B00285

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 42.77%

R = 56.59%
G = 0.64%
B = 42.77%

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

#B00285 (or 0xB00285) is known color: Medium Violet Red. HEX triplet: B0, 02 and 85. RGB value is (176,2,133). Sum of RGB (Red+Green+Blue) = 176+2+133=311 (41% of max value = 765). Red value is 176 (69.14% from 255 or 56.59% from 311); Green value is 2 (1.17% from 255 or 0.64% from 311); Blue value is 133 (52.34% from 255 or 42.77% from 311); Max value from RGB is 176 - color contains mainly: red. Hex color #B00285 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B00285 is #4FFD7A. Grayscale: #444444. Windows color (decimal): -5242235 or 8716976. OLE color: 8716976.

HSL color Cylindrical-coordinate representation of color #B00285: hue angle of 314.83º 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 #B00285 is Cyan = 0, Magento = 0.99, Yellow = 0.24 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 2 133 -
CMYK 0 0.99 0.24 0.31
HSL 314.83º 0.98% 0.35% -
HSV(B) 314.83º 0.99% 0.69% -
XYZ 22.16 10.97 23.14 -
YUV 68.96 164.15 204.35 -
System Red Green Blue C M Y K H S L
Decimal 176 2 133 0 0.99 0.24 0.31 314.83 0.98 0.35
Hex B0 2 85 0 63 18 1F 13B 62 23
Octal 260 2 205 0 143 30 37 473 142 43
Binary 10110000 10 10000101 0 1100011 11000 11111 100111011 1100010 100011

Color Harmonies of #B00285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00285

Black with #B00285

Text Example


Text Example

White with #B00285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00285; }

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

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

background-color css

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

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

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

border-color css

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

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

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