Html Css Color HEX #BB216A Jazzberry Jam

📋 copy color: '#BB216A'

red 187 ◦ green 33 ◦ blue 106

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

Shades of Jazzberry Jam #BB216A

Tints of Jazzberry Jam #BB216A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 32.52%

R = 57.36%
G = 10.12%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.43

 K value IS 0.27

RGB Variations

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

Color information

#BB216A (or 0xBB216A) is known color: Jazzberry Jam. HEX triplet: BB, 21 and 6A. RGB value is (187,33,106). Sum of RGB (Red+Green+Blue) = 187+33+106=326 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.36% from 326); Green value is 33 (13.28% from 255 or 10.12% from 326); Blue value is 106 (41.80% from 255 or 32.52% from 326); Max value from RGB is 187 - color contains mainly: red. Hex color #BB216A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB216A is #44DE95. Grayscale: #575757. Windows color (decimal): -4513430 or 6955451. OLE color: 6955451.

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

Color convert

RGB 187 33 106 -
CMYK 0 0.82 0.43 0.27
HSL 331.56º 0.7% 0.43% -
HSV(B) 331.56º 0.82% 0.73% -
XYZ 23.64 12.69 14.84 -
YUV 87.37 138.52 199.06 -
System Red Green Blue C M Y K H S L
Decimal 187 33 106 0 0.82 0.43 0.27 331.56 0.7 0.43
Hex BB 21 6A 0 52 2B 1B 14C 46 2B
Octal 273 41 152 0 122 53 33 514 106 53
Binary 10111011 100001 1101010 0 1010010 101011 11011 101001100 1000110 101011

Color Harmonies of #BB216A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB216A

Black with #BB216A

Text Example


Text Example

White with #BB216A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB216A; }

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

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

background-color css

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

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

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

border-color css

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

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

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