Html Css Color HEX #BB046D Jazzberry Jam

📋 copy color: '#BB046D'

red 187 ◦ green 4 ◦ blue 109

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

Shades of Jazzberry Jam #BB046D

Tints of Jazzberry Jam #BB046D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 36.33%

R = 62.33%
G = 1.33%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#BB046D (or 0xBB046D) is known color: Jazzberry Jam. HEX triplet: BB, 04 and 6D. RGB value is (187,4,109). Sum of RGB (Red+Green+Blue) = 187+4+109=300 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.33% from 300); Green value is 4 (1.95% from 255 or 1.33% from 300); Blue value is 109 (42.97% from 255 or 36.33% from 300); Max value from RGB is 187 - color contains mainly: red. Hex color #BB046D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB046D is #44FB92. Grayscale: #464646. Windows color (decimal): -4520851 or 7144635. OLE color: 7144635.

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

Color convert

RGB 187 4 109 -
CMYK 0 0.98 0.42 0.27
HSL 325.57º 0.96% 0.37% -
HSV(B) 325.57º 0.98% 0.73% -
XYZ 23.3 11.76 15.51 -
YUV 70.69 149.63 210.96 -
System Red Green Blue C M Y K H S L
Decimal 187 4 109 0 0.98 0.42 0.27 325.57 0.96 0.37
Hex BB 4 6D 0 62 2A 1B 146 60 25
Octal 273 4 155 0 142 52 33 506 140 45
Binary 10111011 100 1101101 0 1100010 101010 11011 101000110 1100000 100101

Color Harmonies of #BB046D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB046D

Black with #BB046D

Text Example


Text Example

White with #BB046D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB046D; }

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

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

background-color css

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

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

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

border-color css

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

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

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