Html Css Color HEX #BB045E Jazzberry Jam

📋 copy color: '#BB045E'

red 187 ◦ green 4 ◦ blue 94

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

Shades of Jazzberry Jam #BB045E

Tints of Jazzberry Jam #BB045E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 32.98%

R = 65.61%
G = 1.4%
B = 32.98%

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

#BB045E (or 0xBB045E) is known color: Jazzberry Jam. HEX triplet: BB, 04 and 5E. RGB value is (187,4,94). Sum of RGB (Red+Green+Blue) = 187+4+94=285 (37% of max value = 765). Red value is 187 (73.44% from 255 or 65.61% from 285); Green value is 4 (1.95% from 255 or 1.40% from 285); Blue value is 94 (37.11% from 255 or 32.98% from 285); Max value from RGB is 187 - color contains mainly: red. Hex color #BB045E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB045E is #44FBA1. Grayscale: #444444. Windows color (decimal): -4520866 or 6161595. OLE color: 6161595.

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

Color convert

RGB 187 4 94 -
CMYK 0 0.98 0.50 0.27
HSL 330.49º 0.96% 0.37% -
HSV(B) 330.49º 0.98% 0.73% -
XYZ 22.56 11.46 11.61 -
YUV 68.98 142.13 212.18 -
System Red Green Blue C M Y K H S L
Decimal 187 4 94 0 0.98 0.50 0.27 330.49 0.96 0.37
Hex BB 4 5E 0 62 32 1B 14A 60 25
Octal 273 4 136 0 142 62 33 512 140 45
Binary 10111011 100 1011110 0 1100010 110010 11011 101001010 1100000 100101

Color Harmonies of #BB045E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB045E

Black with #BB045E

Text Example


Text Example

White with #BB045E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB045E; }

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

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

background-color css

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

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

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

border-color css

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

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

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