Html Css Color HEX #BB0D68 Jazzberry Jam

📋 copy color: '#BB0D68'

red 187 ◦ green 13 ◦ blue 104

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

Shades of Jazzberry Jam #BB0D68

Tints of Jazzberry Jam #BB0D68

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.28%

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

R = 61.51%
G = 4.28%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#BB0D68 (or 0xBB0D68) is known color: Jazzberry Jam. HEX triplet: BB, 0D and 68. RGB value is (187,13,104). Sum of RGB (Red+Green+Blue) = 187+13+104=304 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.51% from 304); Green value is 13 (5.47% from 255 or 4.28% from 304); Blue value is 104 (41.02% from 255 or 34.21% from 304); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0D68 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0D68 is #44F297. Grayscale: #4B4B4B. Windows color (decimal): -4518552 or 6819259. OLE color: 6819259.

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

Color convert

RGB 187 13 104 -
CMYK 0 0.93 0.44 0.27
HSL 328.62º 0.87% 0.39% -
HSV(B) 328.62º 0.93% 0.73% -
XYZ 23.14 11.85 14.16 -
YUV 75.4 144.15 207.6 -
System Red Green Blue C M Y K H S L
Decimal 187 13 104 0 0.93 0.44 0.27 328.62 0.87 0.39
Hex BB D 68 0 5D 2C 1B 149 57 27
Octal 273 15 150 0 135 54 33 511 127 47
Binary 10111011 1101 1101000 0 1011101 101100 11011 101001001 1010111 100111

Color Harmonies of #BB0D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0D68

Black with #BB0D68

Text Example


Text Example

White with #BB0D68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0D68; }

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

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

background-color css

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

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

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

border-color css

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

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

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