Html Css Color HEX #BB045D Jazzberry Jam

📋 copy color: '#BB045D'

red 187 ◦ green 4 ◦ blue 93

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

Shades of Jazzberry Jam #BB045D

Tints of Jazzberry Jam #BB045D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.41%

 BLUE value IS 93 (36.72% from 255) = 32.75%

R = 65.85%
G = 1.41%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.50

 K value IS 0.27

RGB Variations

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

Color information

#BB045D (or 0xBB045D) is known color: Jazzberry Jam. HEX triplet: BB, 04 and 5D. RGB value is (187,4,93). Sum of RGB (Red+Green+Blue) = 187+4+93=284 (37% of max value = 765). Red value is 187 (73.44% from 255 or 65.85% from 284); Green value is 4 (1.95% from 255 or 1.41% from 284); Blue value is 93 (36.72% from 255 or 32.75% from 284); Max value from RGB is 187 - color contains mainly: red. Hex color #BB045D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB045D is #44FBA2. Grayscale: #444444. Windows color (decimal): -4520867 or 6096059. OLE color: 6096059.

HSL color Cylindrical-coordinate representation of color #BB045D: hue angle of 330.82º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BB045D is Cyan = 0, Magento = 0.98, Yellow = 0.50 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 4 93 -
CMYK 0 0.98 0.50 0.27
HSL 330.82º 0.96% 0.37% -
HSV(B) 330.82º 0.98% 0.73% -
XYZ 22.51 11.44 11.38 -
YUV 68.86 141.63 212.26 -
System Red Green Blue C M Y K H S L
Decimal 187 4 93 0 0.98 0.50 0.27 330.82 0.96 0.37
Hex BB 4 5D 0 62 32 1B 14B 60 25
Octal 273 4 135 0 142 62 33 513 140 45
Binary 10111011 100 1011101 0 1100010 110010 11011 101001011 1100000 100101

Color Harmonies of #BB045D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB045D

Black with #BB045D

Text Example


Text Example

White with #BB045D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB045D; }

 p { color: rgb(187,4,93); }

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

background-color css

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

 a { background-color: rgb(187,4,93); }

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

border-color css

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

 span { border-color: rgb(187,4,93); }

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