Html Css Color HEX #BB024E Jazzberry Jam

📋 copy color: '#BB024E'

red 187 ◦ green 2 ◦ blue 78

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

Shades of Jazzberry Jam #BB024E

Tints of Jazzberry Jam #BB024E

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.75%

 BLUE value IS 78 (30.86% from 255) = 29.21%

R = 70.04%
G = 0.75%
B = 29.21%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#BB024E (or 0xBB024E) is known color: Jazzberry Jam. HEX triplet: BB, 02 and 4E. RGB value is (187,2,78). Sum of RGB (Red+Green+Blue) = 187+2+78=267 (35% of max value = 765). Red value is 187 (73.44% from 255 or 70.04% from 267); Green value is 2 (1.17% from 255 or 0.75% from 267); Blue value is 78 (30.86% from 255 or 29.21% from 267); Max value from RGB is 187 - color contains mainly: red. Hex color #BB024E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB024E is #44FDB1. Grayscale: #414141. Windows color (decimal): -4521394 or 5112507. OLE color: 5112507.

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

Color convert

RGB 187 2 78 -
CMYK 0 0.99 0.58 0.27
HSL 335.35º 0.98% 0.37% -
HSV(B) 335.35º 0.99% 0.73% -
XYZ 21.89 11.16 8.21 -
YUV 65.98 134.79 214.32 -
System Red Green Blue C M Y K H S L
Decimal 187 2 78 0 0.99 0.58 0.27 335.35 0.98 0.37
Hex BB 2 4E 0 63 3A 1B 14F 62 25
Octal 273 2 116 0 143 72 33 517 142 45
Binary 10111011 10 1001110 0 1100011 111010 11011 101001111 1100010 100101

Color Harmonies of #BB024E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB024E

Black with #BB024E

Text Example


Text Example

White with #BB024E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB024E; }

 p { color: rgb(187,2,78); }

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

background-color css

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

 a { background-color: rgb(187,2,78); }

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

border-color css

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

 span { border-color: rgb(187,2,78); }

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