Html Css Color HEX #BB1C63 Jazzberry Jam

📋 copy color: '#BB1C63'

red 187 ◦ green 28 ◦ blue 99

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

Shades of Jazzberry Jam #BB1C63

Tints of Jazzberry Jam #BB1C63

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.92%

 BLUE value IS 99 (39.06% from 255) = 31.53%

R = 59.55%
G = 8.92%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#BB1C63 (or 0xBB1C63) is known color: Jazzberry Jam. HEX triplet: BB, 1C and 63. RGB value is (187,28,99). Sum of RGB (Red+Green+Blue) = 187+28+99=314 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.55% from 314); Green value is 28 (11.33% from 255 or 8.92% from 314); Blue value is 99 (39.06% from 255 or 31.53% from 314); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1C63 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB1C63 is #44E39C. Grayscale: #535353. Windows color (decimal): -4514717 or 6495419. OLE color: 6495419.

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

Color convert

RGB 187 28 99 -
CMYK 0 0.85 0.47 0.27
HSL 333.21º 0.74% 0.42% -
HSV(B) 333.21º 0.85% 0.73% -
XYZ 23.16 12.3 12.96 -
YUV 83.64 136.68 201.73 -
System Red Green Blue C M Y K H S L
Decimal 187 28 99 0 0.85 0.47 0.27 333.21 0.74 0.42
Hex BB 1C 63 0 55 2F 1B 14D 4A 2A
Octal 273 34 143 0 125 57 33 515 112 52
Binary 10111011 11100 1100011 0 1010101 101111 11011 101001101 1001010 101010

Color Harmonies of #BB1C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1C63

Black with #BB1C63

Text Example


Text Example

White with #BB1C63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1C63; }

 p { color: rgb(187,28,99); }

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

background-color css

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

 a { background-color: rgb(187,28,99); }

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

border-color css

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

 span { border-color: rgb(187,28,99); }

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