#BD2167

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

Shades of Jazzberry Jam #BD2167

Tints of Jazzberry Jam #BD2167

Color information

#BD2167 (or 0xBD2167) is unknown color: approx Jazzberry Jam. HEX triplet: BD, 21 and 67. RGB value is (189,33,103). Sum of RGB (Red+Green+Blue) = 189+33+103=325 (43% of max value = 765). Red value is 189 (74.22% from 255 or 58.15% from 325); Green value is 33 (13.28% from 255 or 10.15% from 325); Blue value is 103 (40.62% from 255 or 31.69% from 325); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2167 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2167 is #42DE98. Grayscale: #575757. Windows color (decimal): -4382361 or 6758845. OLE color: 6758845.

HSL color Cylindrical-coordinate representation of color #BD2167: hue angle of 333.08º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BD2167 is Cyan = 0, Magento = 0.83, Yellow = 0.46 and Black (K on CMYK) = 0.26.

Color convert

RGB18933103-
CMYK00.830.460.26
HSL333.08º70.27%43.53%-
HSV(B)333.08º82.54%74.12%-
XYZ23.9812.8914.06-
YUV87.62136.68200.31-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 58.15%
GREEN value IS 33 (13.28% from 255) = 10.15%
BLUE value IS 103 (40.62% from 255) = 31.69%
R=58.15%
G=10.15%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.46
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1893310300.830.460.26333.0870.2743.53
HexBD21670532E1A14d462c
Octal275411470123563251510654
Binary10111101100001110011101010011101110110101010011011000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD2167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD2167; }

 p { color: rgb(189,33,103); }

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

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

 a { background-color: rgb(189,33,103); }

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

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

 span { border-color: rgb(189,33,103); }

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