Html Css Color HEX #BB0788 Medium Violet Red

📋 copy color: '#BB0788'

red 187 ◦ green 7 ◦ blue 136

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

Shades of Medium Violet Red #BB0788

Tints of Medium Violet Red #BB0788

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.12%

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

R = 56.67%
G = 2.12%
B = 41.21%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#BB0788 (or 0xBB0788) is known color: Medium Violet Red. HEX triplet: BB, 07 and 88. RGB value is (187,7,136). Sum of RGB (Red+Green+Blue) = 187+7+136=330 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.67% from 330); Green value is 7 (3.12% from 255 or 2.12% from 330); Blue value is 136 (53.52% from 255 or 41.21% from 330); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0788 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB0788 is #44F877. Grayscale: #4B4B4B. Windows color (decimal): -4520056 or 8914875. OLE color: 8914875.

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

Color convert

RGB 187 7 136 -
CMYK 0 0.96 0.27 0.27
HSL 317º 0.93% 0.38% -
HSV(B) 317º 0.96% 0.73% -
XYZ 25.01 12.49 24.39 -
YUV 75.53 162.13 207.51 -
System Red Green Blue C M Y K H S L
Decimal 187 7 136 0 0.96 0.27 0.27 317 0.93 0.38
Hex BB 7 88 0 60 1B 1B 13D 5D 26
Octal 273 7 210 0 140 33 33 475 135 46
Binary 10111011 111 10001000 0 1100000 11011 11011 100111101 1011101 100110

Color Harmonies of #BB0788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0788

Black with #BB0788

Text Example


Text Example

White with #BB0788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0788; }

 p { color: rgb(187,7,136); }

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

background-color css

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

 a { background-color: rgb(187,7,136); }

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

border-color css

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

 span { border-color: rgb(187,7,136); }

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