#BD1F67

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

Shades of Jazzberry Jam #BD1F67

Tints of Jazzberry Jam #BD1F67

Color information

#BD1F67 (or 0xBD1F67) is unknown color: approx Jazzberry Jam. HEX triplet: BD, 1F and 67. RGB value is (189,31,103). Sum of RGB (Red+Green+Blue) = 189+31+103=323 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.51% from 323); Green value is 31 (12.5% from 255 or 9.60% from 323); Blue value is 103 (40.62% from 255 or 31.89% from 323); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1F67 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD1F67 is #42E098. Grayscale: #565656. Windows color (decimal): -4382873 or 6758333. OLE color: 6758333.

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

Color convert

RGB18931103-
CMYK00.840.460.26
HSL332.66º71.82%43.14%-
HSV(B)332.66º83.6%74.12%-
XYZ23.9212.7814.04-
YUV86.45137.35201.15-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 58.51%
GREEN value IS 31 (12.5% from 255) = 9.60%
BLUE value IS 103 (40.62% from 255) = 31.89%
R=58.51%
G=9.60%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.46
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1893110300.840.460.26332.6671.8243.14
HexBD1F670542E1A14d482b
Octal275371470124563251511053
Binary1011110111111110011101010100101110110101010011011001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD1F67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD1F67; }

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

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

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

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

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

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

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

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