Html Css Color HEX #BD016F Jazzberry Jam

📋 copy color: '#BD016F'

red 189 ◦ green 1 ◦ blue 111

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

Shades of Jazzberry Jam #BD016F

Tints of Jazzberry Jam #BD016F

RGB

 RED value IS 189 (74.22% from 255) = 62.79%

 GREEN value IS 1 (0.78% from 255) = 0.33%

 BLUE value IS 111 (43.75% from 255) = 36.88%

R = 62.79%
G = 0.33%
B = 36.88%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#BD016F (or 0xBD016F) is known color: Jazzberry Jam. HEX triplet: BD, 01 and 6F. RGB value is (189,1,111). Sum of RGB (Red+Green+Blue) = 189+1+111=301 (39% of max value = 765). Red value is 189 (74.22% from 255 or 62.79% from 301); Green value is 1 (0.78% from 255 or 0.33% from 301); Blue value is 111 (43.75% from 255 or 36.88% from 301); Max value from RGB is 189 - color contains mainly: red. Hex color #BD016F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD016F is #42FE90. Grayscale: #454545. Windows color (decimal): -4390545 or 7274941. OLE color: 7274941.

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

Color convert

RGB 189 1 111 -
CMYK 0 0.99 0.41 0.26
HSL 324.89º 0.99% 0.37% -
HSV(B) 324.89º 0.99% 0.74% -
XYZ 23.87 11.99 16.09 -
YUV 69.75 151.28 213.06 -
System Red Green Blue C M Y K H S L
Decimal 189 1 111 0 0.99 0.41 0.26 324.89 0.99 0.37
Hex BD 1 6F 0 63 29 1A 145 63 25
Octal 275 1 157 0 143 51 32 505 143 45
Binary 10111101 1 1101111 0 1100011 101001 11010 101000101 1100011 100101

Color Harmonies of #BD016F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD016F

Black with #BD016F

Text Example


Text Example

White with #BD016F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD016F; }

 p { color: rgb(189,1,111); }

 H1.HeaderClassName
 {
   color: #BD016F;
 }
 .AnyTagClassName
 {
   color: #BD016F;
 }
</style>

background-color css

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

 a { background-color: rgb(189,1,111); }

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

border-color css

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

 span { border-color: rgb(189,1,111); }

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