Html Css Color HEX #BD006C Jazzberry Jam

📋 copy color: '#BD006C'

red 189 ◦ green 0 ◦ blue 108

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

Shades of Jazzberry Jam #BD006C

Tints of Jazzberry Jam #BD006C

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 value IS 0

 M value IS 1

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#BD006C (or 0xBD006C) is known color: 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

RGB 189 0 108 -
CMYK 0 1 0.43 0.26
HSL 325.71º 1% 0.37% -
HSV(B) 325.71º 1% 0.74% -
XYZ 23.69 11.9 15.24 -
YUV 68.82 150.12 213.72 -
System Red Green Blue C M Y K H S L
Decimal 189 0 108 0 1 0.43 0.26 325.71 1 0.37
Hex BD 0 6C 0 64 2B 1A 146 64 25
Octal 275 0 154 0 144 53 32 506 144 45
Binary 10111101 0 1101100 0 1100100 101011 11010 101000110 1100100 100101

Color Harmonies of #BD006C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD006C

Black with #BD006C

Text Example


Text Example

White with #BD006C

Text Example


Text Example

HTML Codes & Css Web 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>