Html Css Color HEX #BB0168 Jazzberry Jam

📋 copy color: '#BB0168'

red 187 ◦ green 1 ◦ blue 104

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

Shades of Jazzberry Jam #BB0168

Tints of Jazzberry Jam #BB0168

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.34%

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

R = 64.04%
G = 0.34%
B = 35.62%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#BB0168 (or 0xBB0168) is known color: Jazzberry Jam. HEX triplet: BB, 01 and 68. RGB value is (187,1,104). Sum of RGB (Red+Green+Blue) = 187+1+104=292 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.04% from 292); Green value is 1 (0.78% from 255 or 0.34% from 292); Blue value is 104 (41.02% from 255 or 35.62% from 292); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0168 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0168 is #44FE97. Grayscale: #444444. Windows color (decimal): -4521624 or 6816187. OLE color: 6816187.

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

Color convert

RGB 187 1 104 -
CMYK 0 0.99 0.44 0.27
HSL 326.77º 0.99% 0.37% -
HSV(B) 326.77º 0.99% 0.73% -
XYZ 23 11.59 14.12 -
YUV 68.36 148.12 212.62 -
System Red Green Blue C M Y K H S L
Decimal 187 1 104 0 0.99 0.44 0.27 326.77 0.99 0.37
Hex BB 1 68 0 63 2C 1B 147 63 25
Octal 273 1 150 0 143 54 33 507 143 45
Binary 10111011 1 1101000 0 1100011 101100 11011 101000111 1100011 100101

Color Harmonies of #BB0168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0168

Black with #BB0168

Text Example


Text Example

White with #BB0168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0168; }

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

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

background-color css

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

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

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

border-color css

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

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

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