Html Css Color HEX #BB1B68 Jazzberry Jam

📋 copy color: '#BB1B68'

red 187 ◦ green 27 ◦ blue 104

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

Shades of Jazzberry Jam #BB1B68

Tints of Jazzberry Jam #BB1B68

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.49%

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

R = 58.81%
G = 8.49%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#BB1B68 (or 0xBB1B68) is known color: Jazzberry Jam. HEX triplet: BB, 1B and 68. RGB value is (187,27,104). Sum of RGB (Red+Green+Blue) = 187+27+104=318 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.81% from 318); Green value is 27 (10.94% from 255 or 8.49% from 318); Blue value is 104 (41.02% from 255 or 32.70% from 318); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1B68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB1B68 is #44E497. Grayscale: #535353. Windows color (decimal): -4514968 or 6822843. OLE color: 6822843.

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

Color convert

RGB 187 27 104 -
CMYK 0 0.86 0.44 0.27
HSL 331.13º 0.75% 0.42% -
HSV(B) 331.13º 0.86% 0.73% -
XYZ 23.38 12.35 14.25 -
YUV 83.62 139.51 201.74 -
System Red Green Blue C M Y K H S L
Decimal 187 27 104 0 0.86 0.44 0.27 331.13 0.75 0.42
Hex BB 1B 68 0 56 2C 1B 14B 4B 2A
Octal 273 33 150 0 126 54 33 513 113 52
Binary 10111011 11011 1101000 0 1010110 101100 11011 101001011 1001011 101010

Color Harmonies of #BB1B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1B68

Black with #BB1B68

Text Example


Text Example

White with #BB1B68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1B68; }

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

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

background-color css

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

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

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

border-color css

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

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

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