Html Css Color HEX #BB015B Jazzberry Jam

📋 copy color: '#BB015B'

red 187 ◦ green 1 ◦ blue 91

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

Shades of Jazzberry Jam #BB015B

Tints of Jazzberry Jam #BB015B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 32.62%

R = 67.03%
G = 0.36%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#BB015B (or 0xBB015B) is known color: Jazzberry Jam. HEX triplet: BB, 01 and 5B. RGB value is (187,1,91). Sum of RGB (Red+Green+Blue) = 187+1+91=279 (36% of max value = 765). Red value is 187 (73.44% from 255 or 67.03% from 279); Green value is 1 (0.78% from 255 or 0.36% from 279); Blue value is 91 (35.94% from 255 or 32.62% from 279); Max value from RGB is 187 - color contains mainly: red. Hex color #BB015B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB015B is #44FEA4. Grayscale: #424242. Windows color (decimal): -4521637 or 5964219. OLE color: 5964219.

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

Color convert

RGB 187 1 91 -
CMYK 0 0.99 0.51 0.27
HSL 330.97º 0.99% 0.37% -
HSV(B) 330.97º 0.99% 0.73% -
XYZ 22.39 11.34 10.91 -
YUV 66.87 141.62 213.68 -
System Red Green Blue C M Y K H S L
Decimal 187 1 91 0 0.99 0.51 0.27 330.97 0.99 0.37
Hex BB 1 5B 0 63 33 1B 14B 63 25
Octal 273 1 133 0 143 63 33 513 143 45
Binary 10111011 1 1011011 0 1100011 110011 11011 101001011 1100011 100101

Color Harmonies of #BB015B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB015B

Black with #BB015B

Text Example


Text Example

White with #BB015B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB015B; }

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

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

background-color css

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

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

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

border-color css

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

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

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