Html Css Color HEX #BB046F Jazzberry Jam

📋 copy color: '#BB046F'

red 187 ◦ green 4 ◦ blue 111

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

Shades of Jazzberry Jam #BB046F

Tints of Jazzberry Jam #BB046F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 36.75%

R = 61.92%
G = 1.32%
B = 36.75%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#BB046F (or 0xBB046F) is known color: Jazzberry Jam. HEX triplet: BB, 04 and 6F. RGB value is (187,4,111). Sum of RGB (Red+Green+Blue) = 187+4+111=302 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.92% from 302); Green value is 4 (1.95% from 255 or 1.32% from 302); Blue value is 111 (43.75% from 255 or 36.75% from 302); Max value from RGB is 187 - color contains mainly: red. Hex color #BB046F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB046F is #44FB90. Grayscale: #464646. Windows color (decimal): -4520849 or 7275707. OLE color: 7275707.

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

Color convert

RGB 187 4 111 -
CMYK 0 0.98 0.41 0.27
HSL 324.92º 0.96% 0.37% -
HSV(B) 324.92º 0.98% 0.73% -
XYZ 23.41 11.8 16.08 -
YUV 70.92 150.63 210.8 -
System Red Green Blue C M Y K H S L
Decimal 187 4 111 0 0.98 0.41 0.27 324.92 0.96 0.37
Hex BB 4 6F 0 62 29 1B 145 60 25
Octal 273 4 157 0 142 51 33 505 140 45
Binary 10111011 100 1101111 0 1100010 101001 11011 101000101 1100000 100101

Color Harmonies of #BB046F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB046F

Black with #BB046F

Text Example


Text Example

White with #BB046F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB046F; }

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

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

background-color css

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

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

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

border-color css

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

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

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