Html Css Color HEX #BB016E Jazzberry Jam

📋 copy color: '#BB016E'

red 187 ◦ green 1 ◦ blue 110

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

Shades of Jazzberry Jam #BB016E

Tints of Jazzberry Jam #BB016E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 36.91%

R = 62.75%
G = 0.34%
B = 36.91%

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

#BB016E (or 0xBB016E) is known color: Jazzberry Jam. HEX triplet: BB, 01 and 6E. RGB value is (187,1,110). Sum of RGB (Red+Green+Blue) = 187+1+110=298 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.75% from 298); Green value is 1 (0.78% from 255 or 0.34% from 298); Blue value is 110 (43.36% from 255 or 36.91% from 298); Max value from RGB is 187 - color contains mainly: red. Hex color #BB016E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB016E is #44FE91. Grayscale: #444444. Windows color (decimal): -4521618 or 7209403. OLE color: 7209403.

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

Color convert

RGB 187 1 110 -
CMYK 0 0.99 0.41 0.27
HSL 324.84º 0.99% 0.37% -
HSV(B) 324.84º 0.99% 0.73% -
XYZ 23.32 11.71 15.78 -
YUV 69.04 151.12 212.14 -
System Red Green Blue C M Y K H S L
Decimal 187 1 110 0 0.99 0.41 0.27 324.84 0.99 0.37
Hex BB 1 6E 0 63 29 1B 145 63 25
Octal 273 1 156 0 143 51 33 505 143 45
Binary 10111011 1 1101110 0 1100011 101001 11011 101000101 1100011 100101

Color Harmonies of #BB016E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB016E

Black with #BB016E

Text Example


Text Example

White with #BB016E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB016E; }

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

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

background-color css

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

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

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

border-color css

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

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

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