Html Css Color HEX #BB0598 Medium Violet Red

📋 copy color: '#BB0598'

red 187 ◦ green 5 ◦ blue 152

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

Shades of Medium Violet Red #BB0598

Tints of Medium Violet Red #BB0598

RGB

 RED value IS 187 (73.44% from 255) = 54.36%

 GREEN value IS 5 (2.34% from 255) = 1.45%

 BLUE value IS 152 (59.77% from 255) = 44.19%

R = 54.36%
G = 1.45%
B = 44.19%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#BB0598 (or 0xBB0598) is known color: Medium Violet Red. HEX triplet: BB, 05 and 98. RGB value is (187,5,152). Sum of RGB (Red+Green+Blue) = 187+5+152=344 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.36% from 344); Green value is 5 (2.34% from 255 or 1.45% from 344); Blue value is 152 (59.77% from 255 or 44.19% from 344); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0598 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB0598 is #44FA67. Grayscale: #4B4B4B. Windows color (decimal): -4520552 or 9962939. OLE color: 9962939.

HSL color Cylindrical-coordinate representation of color #BB0598: hue angle of 311.54º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BB0598 is Cyan = 0, Magento = 0.97, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 5 152 -
CMYK 0 0.97 0.19 0.27
HSL 311.54º 0.95% 0.38% -
HSV(B) 311.54º 0.97% 0.73% -
XYZ 26.22 12.94 30.82 -
YUV 76.18 170.8 207.05 -
System Red Green Blue C M Y K H S L
Decimal 187 5 152 0 0.97 0.19 0.27 311.54 0.95 0.38
Hex BB 5 98 0 61 13 1B 138 5F 26
Octal 273 5 230 0 141 23 33 470 137 46
Binary 10111011 101 10011000 0 1100001 10011 11011 100111000 1011111 100110

Color Harmonies of #BB0598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0598

Black with #BB0598

Text Example


Text Example

White with #BB0598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0598; }

 p { color: rgb(187,5,152); }

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

background-color css

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

 a { background-color: rgb(187,5,152); }

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

border-color css

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

 span { border-color: rgb(187,5,152); }

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