Html Css Color HEX #B00288 Medium Violet Red

📋 copy color: '#B00288'

red 176 ◦ green 2 ◦ blue 136

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

Shades of Medium Violet Red #B00288

Tints of Medium Violet Red #B00288

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 43.31%

R = 56.05%
G = 0.64%
B = 43.31%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#B00288 (or 0xB00288) is known color: Medium Violet Red. HEX triplet: B0, 02 and 88. RGB value is (176,2,136). Sum of RGB (Red+Green+Blue) = 176+2+136=314 (41% of max value = 765). Red value is 176 (69.14% from 255 or 56.05% from 314); Green value is 2 (1.17% from 255 or 0.64% from 314); Blue value is 136 (53.52% from 255 or 43.31% from 314); Max value from RGB is 176 - color contains mainly: red. Hex color #B00288 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B00288 is #4FFD77. Grayscale: #444444. Windows color (decimal): -5242232 or 8913584. OLE color: 8913584.

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

Color convert

RGB 176 2 136 -
CMYK 0 0.99 0.23 0.31
HSL 313.79º 0.98% 0.35% -
HSV(B) 313.79º 0.99% 0.69% -
XYZ 22.37 11.05 24.25 -
YUV 69.3 165.65 204.1 -
System Red Green Blue C M Y K H S L
Decimal 176 2 136 0 0.99 0.23 0.31 313.79 0.98 0.35
Hex B0 2 88 0 63 17 1F 13A 62 23
Octal 260 2 210 0 143 27 37 472 142 43
Binary 10110000 10 10001000 0 1100011 10111 11111 100111010 1100010 100011

Color Harmonies of #B00288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00288

Black with #B00288

Text Example


Text Example

White with #B00288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00288; }

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

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

background-color css

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

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

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

border-color css

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

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

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