Html Css Color HEX #BB016C Jazzberry Jam

📋 copy color: '#BB016C'

red 187 ◦ green 1 ◦ blue 108

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

Shades of Jazzberry Jam #BB016C

Tints of Jazzberry Jam #BB016C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 36.49%

R = 63.18%
G = 0.34%
B = 36.49%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#BB016C (or 0xBB016C) is known color: Jazzberry Jam. HEX triplet: BB, 01 and 6C. RGB value is (187,1,108). Sum of RGB (Red+Green+Blue) = 187+1+108=296 (39% of max value = 765). Red value is 187 (73.44% from 255 or 63.18% from 296); Green value is 1 (0.78% from 255 or 0.34% from 296); Blue value is 108 (42.58% from 255 or 36.49% from 296); Max value from RGB is 187 - color contains mainly: red. Hex color #BB016C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB016C is #44FE93. Grayscale: #444444. Windows color (decimal): -4521620 or 7078331. OLE color: 7078331.

HSL color Cylindrical-coordinate representation of color #BB016C: hue angle of 325.48º 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 #BB016C is Cyan = 0, Magento = 0.99, Yellow = 0.42 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 1 108 -
CMYK 0 0.99 0.42 0.27
HSL 325.48º 0.99% 0.37% -
HSV(B) 325.48º 0.99% 0.73% -
XYZ 23.21 11.67 15.22 -
YUV 68.81 150.12 212.3 -
System Red Green Blue C M Y K H S L
Decimal 187 1 108 0 0.99 0.42 0.27 325.48 0.99 0.37
Hex BB 1 6C 0 63 2A 1B 145 63 25
Octal 273 1 154 0 143 52 33 505 143 45
Binary 10111011 1 1101100 0 1100011 101010 11011 101000101 1100011 100101

Color Harmonies of #BB016C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB016C

Black with #BB016C

Text Example


Text Example

White with #BB016C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB016C; }

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

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

background-color css

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

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

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

border-color css

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

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

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