Html Css Color HEX #BB056C Jazzberry Jam

📋 copy color: '#BB056C'

red 187 ◦ green 5 ◦ blue 108

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

Shades of Jazzberry Jam #BB056C

Tints of Jazzberry Jam #BB056C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.67%

 BLUE value IS 108 (42.58% from 255) = 36%

R = 62.33%
G = 1.67%
B = 36%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#BB056C (or 0xBB056C) is known color: Jazzberry Jam. HEX triplet: BB, 05 and 6C. RGB value is (187,5,108). Sum of RGB (Red+Green+Blue) = 187+5+108=300 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.33% from 300); Green value is 5 (2.34% from 255 or 1.67% from 300); Blue value is 108 (42.58% from 255 or 36% from 300); Max value from RGB is 187 - color contains mainly: red. Hex color #BB056C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB056C is #44FA93. Grayscale: #464646. Windows color (decimal): -4520596 or 7079355. OLE color: 7079355.

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

Color convert

RGB 187 5 108 -
CMYK 0 0.97 0.42 0.27
HSL 326.04º 0.95% 0.38% -
HSV(B) 326.04º 0.97% 0.73% -
XYZ 23.25 11.76 15.23 -
YUV 71.16 148.8 210.62 -
System Red Green Blue C M Y K H S L
Decimal 187 5 108 0 0.97 0.42 0.27 326.04 0.95 0.38
Hex BB 5 6C 0 61 2A 1B 146 5F 26
Octal 273 5 154 0 141 52 33 506 137 46
Binary 10111011 101 1101100 0 1100001 101010 11011 101000110 1011111 100110

Color Harmonies of #BB056C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB056C

Black with #BB056C

Text Example


Text Example

White with #BB056C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB056C; }

 p { color: rgb(187,5,108); }

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

background-color css

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

 a { background-color: rgb(187,5,108); }

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

border-color css

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

 span { border-color: rgb(187,5,108); }

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