Html Css Color HEX #BB1568 Jazzberry Jam

📋 copy color: '#BB1568'

red 187 ◦ green 21 ◦ blue 104

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

Shades of Jazzberry Jam #BB1568

Tints of Jazzberry Jam #BB1568

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.73%

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

R = 59.94%
G = 6.73%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#BB1568 (or 0xBB1568) is known color: Jazzberry Jam. HEX triplet: BB, 15 and 68. RGB value is (187,21,104). Sum of RGB (Red+Green+Blue) = 187+21+104=312 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.94% from 312); Green value is 21 (8.59% from 255 or 6.73% from 312); Blue value is 104 (41.02% from 255 or 33.33% from 312); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1568 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB1568 is #44EA97. Grayscale: #4F4F4F. Windows color (decimal): -4516504 or 6821307. OLE color: 6821307.

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

Color convert

RGB 187 21 104 -
CMYK 0 0.89 0.44 0.27
HSL 330º 0.8% 0.41% -
HSV(B) 330º 0.89% 0.73% -
XYZ 23.26 12.1 14.21 -
YUV 80.1 141.5 204.25 -
System Red Green Blue C M Y K H S L
Decimal 187 21 104 0 0.89 0.44 0.27 330 0.8 0.41
Hex BB 15 68 0 59 2C 1B 14A 50 29
Octal 273 25 150 0 131 54 33 512 120 51
Binary 10111011 10101 1101000 0 1011001 101100 11011 101001010 1010000 101001

Color Harmonies of #BB1568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1568

Black with #BB1568

Text Example


Text Example

White with #BB1568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1568; }

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

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

background-color css

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

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

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

border-color css

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

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

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