Html Css Color HEX #B02488 Medium Red Violet

📋 copy color: '#B02488'

red 176 ◦ green 36 ◦ blue 136

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

Shades of Medium Red Violet #B02488

Tints of Medium Red Violet #B02488

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.34%

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

R = 50.57%
G = 10.34%
B = 39.08%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#B02488 (or 0xB02488) is known color: Medium Red Violet. HEX triplet: B0, 24 and 88. RGB value is (176,36,136). Sum of RGB (Red+Green+Blue) = 176+36+136=348 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.57% from 348); Green value is 36 (14.45% from 255 or 10.34% from 348); Blue value is 136 (53.52% from 255 or 39.08% from 348); Max value from RGB is 176 - color contains mainly: red. Hex color #B02488 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B02488 is #4FDB77. Grayscale: #595959. Windows color (decimal): -5233528 or 8922288. OLE color: 8922288.

HSL color Cylindrical-coordinate representation of color #B02488: hue angle of 317.14º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B02488 is Cyan = 0, Magento = 0.80, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 36 136 -
CMYK 0 0.80 0.23 0.31
HSL 317.14º 0.66% 0.42% -
HSV(B) 317.14º 0.8% 0.69% -
XYZ 22.98 12.27 24.45 -
YUV 89.26 154.38 189.87 -
System Red Green Blue C M Y K H S L
Decimal 176 36 136 0 0.80 0.23 0.31 317.14 0.66 0.42
Hex B0 24 88 0 50 17 1F 13D 42 2A
Octal 260 44 210 0 120 27 37 475 102 52
Binary 10110000 100100 10001000 0 1010000 10111 11111 100111101 1000010 101010

Color Harmonies of #B02488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02488

Black with #B02488

Text Example


Text Example

White with #B02488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02488; }

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

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

background-color css

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

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

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

border-color css

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

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

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