#BD006C

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

Shades of Jazzberry Jam #BD006C

Tints of Jazzberry Jam #BD006C

Color information

#BD006C (or 0xBD006C) is unknown color: approx Jazzberry Jam. HEX triplet: BD, 00 and 6C. RGB value is (189,0,108). Sum of RGB (Red+Green+Blue) = 189+0+108=297 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63.64% from 297); Green value is 0 (0.39% from 255 or 0% from 297); Blue value is 108 (42.58% from 255 or 36.36% from 297); Max value from RGB is 189 - color contains mainly: red. Hex color #BD006C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD006C is #42FF93. Grayscale: #444444. Windows color (decimal): -4390804 or 7078077. OLE color: 7078077.

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

Color convert

RGB1890108-
CMYK010.430.26
HSL325.71º100%37.06%-
HSV(B)325.71º100%74.12%-
XYZ23.6911.915.24-
YUV68.82150.12213.72-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 63.64%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 108 (42.58% from 255) = 36.36%
R=63.64%
G=0%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.43
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1890108010.430.26325.7110037.06
HexBD06C0642B1A1466425
Octal27501540144533250614445
Binary101111010110110001100100101011110101010001101100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD006C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD006C; }

 p { color: rgb(189,0,108); }

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

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

 a { background-color: rgb(189,0,108); }

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

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

 span { border-color: rgb(189,0,108); }

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