Html Css Color HEX #B03B88 Medium Red Violet

📋 copy color: '#B03B88'

red 176 ◦ green 59 ◦ blue 136

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

Shades of Medium Red Violet #B03B88

Tints of Medium Red Violet #B03B88

RGB

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

 GREEN value IS 59 (23.44% from 255) = 15.9%

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

R = 47.44%
G = 15.9%
B = 36.66%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#B03B88 (or 0xB03B88) is known color: Medium Red Violet. HEX triplet: B0, 3B and 88. RGB value is (176,59,136). Sum of RGB (Red+Green+Blue) = 176+59+136=371 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.44% from 371); Green value is 59 (23.44% from 255 or 15.90% from 371); Blue value is 136 (53.52% from 255 or 36.66% from 371); Max value from RGB is 176 - color contains mainly: red. Hex color #B03B88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B03B88 is #4FC477. Grayscale: #666666. Windows color (decimal): -5227640 or 8928176. OLE color: 8928176.

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

Color convert

RGB 176 59 136 -
CMYK 0 0.66 0.23 0.31
HSL 320.51º 0.5% 0.46% -
HSV(B) 320.51º 0.66% 0.69% -
XYZ 23.91 14.14 24.76 -
YUV 102.76 146.76 180.24 -
System Red Green Blue C M Y K H S L
Decimal 176 59 136 0 0.66 0.23 0.31 320.51 0.5 0.46
Hex B0 3B 88 0 42 17 1F 141 32 2E
Octal 260 73 210 0 102 27 37 501 62 56
Binary 10110000 111011 10001000 0 1000010 10111 11111 101000001 110010 101110

Color Harmonies of #B03B88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03B88

Black with #B03B88

Text Example


Text Example

White with #B03B88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03B88; }

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

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

background-color css

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

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

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

border-color css

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

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

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