Html Css Color HEX #BB2163 Jazzberry Jam

📋 copy color: '#BB2163'

red 187 ◦ green 33 ◦ blue 99

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

Shades of Jazzberry Jam #BB2163

Tints of Jazzberry Jam #BB2163

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.34%

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

R = 58.62%
G = 10.34%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#BB2163 (or 0xBB2163) is known color: Jazzberry Jam. HEX triplet: BB, 21 and 63. RGB value is (187,33,99). Sum of RGB (Red+Green+Blue) = 187+33+99=319 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.62% from 319); Green value is 33 (13.28% from 255 or 10.34% from 319); Blue value is 99 (39.06% from 255 or 31.03% from 319); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2163 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2163 is #44DE9C. Grayscale: #565656. Windows color (decimal): -4513437 or 6496699. OLE color: 6496699.

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

Color convert

RGB 187 33 99 -
CMYK 0 0.82 0.47 0.27
HSL 334.29º 0.7% 0.43% -
HSV(B) 334.29º 0.82% 0.73% -
XYZ 23.29 12.55 13 -
YUV 86.57 135.02 199.63 -
System Red Green Blue C M Y K H S L
Decimal 187 33 99 0 0.82 0.47 0.27 334.29 0.7 0.43
Hex BB 21 63 0 52 2F 1B 14E 46 2B
Octal 273 41 143 0 122 57 33 516 106 53
Binary 10111011 100001 1100011 0 1010010 101111 11011 101001110 1000110 101011

Color Harmonies of #BB2163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2163

Black with #BB2163

Text Example


Text Example

White with #BB2163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2163; }

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

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

background-color css

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

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

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

border-color css

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

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

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