Html Css Color HEX #BB0098 Medium Violet Red

📋 copy color: '#BB0098'

red 187 ◦ green 0 ◦ blue 152

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

Shades of Medium Violet Red #BB0098

Tints of Medium Violet Red #BB0098

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 55.16%
G = 0%
B = 44.84%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#BB0098 (or 0xBB0098) is known color: Medium Violet Red. HEX triplet: BB, 00 and 98. RGB value is (187,0,152). Sum of RGB (Red+Green+Blue) = 187+0+152=339 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.16% from 339); Green value is 0 (0.39% from 255 or 0% from 339); Blue value is 152 (59.77% from 255 or 44.84% from 339); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0098 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB0098 is #44FF67. Grayscale: #484848. Windows color (decimal): -4521832 or 9961659. OLE color: 9961659.

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

Color convert

RGB 187 0 152 -
CMYK 0 1 0.19 0.27
HSL 311.23º 1% 0.37% -
HSV(B) 311.23º 1% 0.73% -
XYZ 26.16 12.83 30.8 -
YUV 73.24 172.45 209.14 -
System Red Green Blue C M Y K H S L
Decimal 187 0 152 0 1 0.19 0.27 311.23 1 0.37
Hex BB 0 98 0 64 13 1B 137 64 25
Octal 273 0 230 0 144 23 33 467 144 45
Binary 10111011 0 10011000 0 1100100 10011 11011 100110111 1100100 100101

Color Harmonies of #BB0098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0098

Black with #BB0098

Text Example


Text Example

White with #BB0098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0098; }

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

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

background-color css

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

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

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

border-color css

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

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

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