Html Css Color HEX #BB206A Jazzberry Jam

📋 copy color: '#BB206A'

red 187 ◦ green 32 ◦ blue 106

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

Shades of Jazzberry Jam #BB206A

Tints of Jazzberry Jam #BB206A

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.85%

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

R = 57.54%
G = 9.85%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.43

 K value IS 0.27

RGB Variations

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

Color information

#BB206A (or 0xBB206A) is known color: Jazzberry Jam. HEX triplet: BB, 20 and 6A. RGB value is (187,32,106). Sum of RGB (Red+Green+Blue) = 187+32+106=325 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.54% from 325); Green value is 32 (12.89% from 255 or 9.85% from 325); Blue value is 106 (41.80% from 255 or 32.62% from 325); Max value from RGB is 187 - color contains mainly: red. Hex color #BB206A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB206A is #44DF95. Grayscale: #565656. Windows color (decimal): -4513686 or 6955195. OLE color: 6955195.

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

Color convert

RGB 187 32 106 -
CMYK 0 0.83 0.43 0.27
HSL 331.35º 0.71% 0.43% -
HSV(B) 331.35º 0.83% 0.73% -
XYZ 23.61 12.64 14.83 -
YUV 86.78 138.85 199.48 -
System Red Green Blue C M Y K H S L
Decimal 187 32 106 0 0.83 0.43 0.27 331.35 0.71 0.43
Hex BB 20 6A 0 53 2B 1B 14B 47 2B
Octal 273 40 152 0 123 53 33 513 107 53
Binary 10111011 100000 1101010 0 1010011 101011 11011 101001011 1000111 101011

Color Harmonies of #BB206A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB206A

Black with #BB206A

Text Example


Text Example

White with #BB206A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB206A; }

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

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

background-color css

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

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

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

border-color css

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

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

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