Html Css Color HEX #BB0868 Jazzberry Jam

📋 copy color: '#BB0868'

red 187 ◦ green 8 ◦ blue 104

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

Shades of Jazzberry Jam #BB0868

Tints of Jazzberry Jam #BB0868

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.68%

 BLUE value IS 104 (41.02% from 255) = 34.78%

R = 62.54%
G = 2.68%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#BB0868 (or 0xBB0868) is known color: Jazzberry Jam. HEX triplet: BB, 08 and 68. RGB value is (187,8,104). Sum of RGB (Red+Green+Blue) = 187+8+104=299 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.54% from 299); Green value is 8 (3.52% from 255 or 2.68% from 299); Blue value is 104 (41.02% from 255 or 34.78% from 299); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0868 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0868 is #44F797. Grayscale: #484848. Windows color (decimal): -4519832 or 6817979. OLE color: 6817979.

HSL color Cylindrical-coordinate representation of color #BB0868: hue angle of 327.82º degrees, saturation: 0.92, 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 #BB0868 is Cyan = 0, Magento = 0.96, Yellow = 0.44 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 8 104 -
CMYK 0 0.96 0.44 0.27
HSL 327.82º 0.92% 0.38% -
HSV(B) 327.82º 0.96% 0.73% -
XYZ 23.08 11.74 14.15 -
YUV 72.47 145.8 209.69 -
System Red Green Blue C M Y K H S L
Decimal 187 8 104 0 0.96 0.44 0.27 327.82 0.92 0.38
Hex BB 8 68 0 60 2C 1B 148 5C 26
Octal 273 10 150 0 140 54 33 510 134 46
Binary 10111011 1000 1101000 0 1100000 101100 11011 101001000 1011100 100110

Color Harmonies of #BB0868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0868

Black with #BB0868

Text Example


Text Example

White with #BB0868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0868; }

 p { color: rgb(187,8,104); }

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

background-color css

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

 a { background-color: rgb(187,8,104); }

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

border-color css

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

 span { border-color: rgb(187,8,104); }

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