Html Css Color HEX #BB016F Jazzberry Jam

📋 copy color: '#BB016F'

red 187 ◦ green 1 ◦ blue 111

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

Shades of Jazzberry Jam #BB016F

Tints of Jazzberry Jam #BB016F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 37.12%

R = 62.54%
G = 0.33%
B = 37.12%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#BB016F (or 0xBB016F) is known color: Jazzberry Jam. HEX triplet: BB, 01 and 6F. RGB value is (187,1,111). Sum of RGB (Red+Green+Blue) = 187+1+111=299 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.54% from 299); Green value is 1 (0.78% from 255 or 0.33% from 299); Blue value is 111 (43.75% from 255 or 37.12% from 299); Max value from RGB is 187 - color contains mainly: red. Hex color #BB016F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB016F is #44FE90. Grayscale: #444444. Windows color (decimal): -4521617 or 7274939. OLE color: 7274939.

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

Color convert

RGB 187 1 111 -
CMYK 0 0.99 0.41 0.27
HSL 324.52º 0.99% 0.37% -
HSV(B) 324.52º 0.99% 0.73% -
XYZ 23.37 11.73 16.07 -
YUV 69.15 151.62 212.06 -
System Red Green Blue C M Y K H S L
Decimal 187 1 111 0 0.99 0.41 0.27 324.52 0.99 0.37
Hex BB 1 6F 0 63 29 1B 145 63 25
Octal 273 1 157 0 143 51 33 505 143 45
Binary 10111011 1 1101111 0 1100011 101001 11011 101000101 1100011 100101

Color Harmonies of #BB016F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB016F

Black with #BB016F

Text Example


Text Example

White with #BB016F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB016F; }

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

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

background-color css

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

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

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

border-color css

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

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

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