#BD046E

Color #BD046E Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #BD046E

Tints of Jazzberry Jam #BD046E

Color information

#BD046E (or 0xBD046E) is unknown color: approx Jazzberry Jam. HEX triplet: BD, 04 and 6E. RGB value is (189,4,110). Sum of RGB (Red+Green+Blue) = 189+4+110=303 (40% of max value = 765). Red value is 189 (74.22% from 255 or 62.38% from 303); Green value is 4 (1.95% from 255 or 1.32% from 303); Blue value is 110 (43.36% from 255 or 36.30% from 303); Max value from RGB is 189 - color contains mainly: red. Hex color #BD046E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD046E is #42FB91. Grayscale: #474747. Windows color (decimal): -4389778 or 7210173. OLE color: 7210173.

HSL color Cylindrical-coordinate representation of color #BD046E: hue angle of 325.62º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BD046E is Cyan = 0, Magento = 0.98, Yellow = 0.42 and Black (K on CMYK) = 0.26.

Color convert

RGB1894110-
CMYK00.980.420.26
HSL325.62º95.85%37.84%-
HSV(B)325.62º97.88%74.12%-
XYZ23.8412.0315.82-
YUV71.4149.79211.88-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 62.38%
GREEN value IS 4 (1.95% from 255) = 1.32%
BLUE value IS 110 (43.36% from 255) = 36.30%
R=62.38%
G=1.32%
B=36.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.42
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189411000.980.420.26325.6295.8537.84
HexBD46E0622A1A1466026
Octal27541560142523250614046
Binary10111101100110111001100010101010110101010001101100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD046E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD046E; }

 p { color: rgb(189,4,110); }

 H1.HeaderClassName
 {
   color: #BD046E;
 }
 .AnyTagClassName
 {
   color: #BD046E;
 }
</style>
background-color css

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

 a { background-color: rgb(189,4,110); }

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

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

 span { border-color: rgb(189,4,110); }

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