Html Css Color HEX #B02088 Medium Red Violet

📋 copy color: '#B02088'

red 176 ◦ green 32 ◦ blue 136

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

Shades of Medium Red Violet #B02088

Tints of Medium Red Violet #B02088

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.3%

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

R = 51.16%
G = 9.3%
B = 39.53%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#B02088 (or 0xB02088) is known color: Medium Red Violet. HEX triplet: B0, 20 and 88. RGB value is (176,32,136). Sum of RGB (Red+Green+Blue) = 176+32+136=344 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.16% from 344); Green value is 32 (12.89% from 255 or 9.30% from 344); Blue value is 136 (53.52% from 255 or 39.53% from 344); Max value from RGB is 176 - color contains mainly: red. Hex color #B02088 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B02088 is #4FDF77. Grayscale: #565656. Windows color (decimal): -5234552 or 8921264. OLE color: 8921264.

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

Color convert

RGB 176 32 136 -
CMYK 0 0.82 0.23 0.31
HSL 316.67º 0.69% 0.41% -
HSV(B) 316.67º 0.82% 0.69% -
XYZ 22.86 12.04 24.41 -
YUV 86.91 155.71 191.54 -
System Red Green Blue C M Y K H S L
Decimal 176 32 136 0 0.82 0.23 0.31 316.67 0.69 0.41
Hex B0 20 88 0 52 17 1F 13D 45 29
Octal 260 40 210 0 122 27 37 475 105 51
Binary 10110000 100000 10001000 0 1010010 10111 11111 100111101 1000101 101001

Color Harmonies of #B02088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02088

Black with #B02088

Text Example


Text Example

White with #B02088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02088; }

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

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

background-color css

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

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

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

border-color css

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

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

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