Html Css Color HEX #BB055F Jazzberry Jam

📋 copy color: '#BB055F'

red 187 ◦ green 5 ◦ blue 95

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

Shades of Jazzberry Jam #BB055F

Tints of Jazzberry Jam #BB055F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 33.1%

R = 65.16%
G = 1.74%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#BB055F (or 0xBB055F) is known color: Jazzberry Jam. HEX triplet: BB, 05 and 5F. RGB value is (187,5,95). Sum of RGB (Red+Green+Blue) = 187+5+95=287 (38% of max value = 765). Red value is 187 (73.44% from 255 or 65.16% from 287); Green value is 5 (2.34% from 255 or 1.74% from 287); Blue value is 95 (37.5% from 255 or 33.10% from 287); Max value from RGB is 187 - color contains mainly: red. Hex color #BB055F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB055F is #44FAA0. Grayscale: #454545. Windows color (decimal): -4520609 or 6227387. OLE color: 6227387.

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

Color convert

RGB 187 5 95 -
CMYK 0 0.97 0.49 0.27
HSL 330.33º 0.95% 0.38% -
HSV(B) 330.33º 0.97% 0.73% -
XYZ 22.61 11.5 11.85 -
YUV 69.68 142.3 211.68 -
System Red Green Blue C M Y K H S L
Decimal 187 5 95 0 0.97 0.49 0.27 330.33 0.95 0.38
Hex BB 5 5F 0 61 31 1B 14A 5F 26
Octal 273 5 137 0 141 61 33 512 137 46
Binary 10111011 101 1011111 0 1100001 110001 11011 101001010 1011111 100110

Color Harmonies of #BB055F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB055F

Black with #BB055F

Text Example


Text Example

White with #BB055F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB055F; }

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

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

background-color css

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

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

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

border-color css

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

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

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