Html Css Color HEX #BD056C Jazzberry Jam

📋 copy color: '#BD056C'

red 189 ◦ green 5 ◦ blue 108

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

Shades of Jazzberry Jam #BD056C

Tints of Jazzberry Jam #BD056C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.66%

 BLUE value IS 108 (42.58% from 255) = 35.76%

R = 62.58%
G = 1.66%
B = 35.76%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#BD056C (or 0xBD056C) is known color: Jazzberry Jam. HEX triplet: BD, 05 and 6C. RGB value is (189,5,108). Sum of RGB (Red+Green+Blue) = 189+5+108=302 (40% of max value = 765). Red value is 189 (74.22% from 255 or 62.58% from 302); Green value is 5 (2.34% from 255 or 1.66% from 302); Blue value is 108 (42.58% from 255 or 35.76% from 302); Max value from RGB is 189 - color contains mainly: red. Hex color #BD056C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD056C is #42FA93. Grayscale: #474747. Windows color (decimal): -4389524 or 7079357. OLE color: 7079357.

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

Color convert

RGB 189 5 108 -
CMYK 0 0.97 0.43 0.26
HSL 326.41º 0.95% 0.38% -
HSV(B) 326.41º 0.97% 0.74% -
XYZ 23.75 12.01 15.25 -
YUV 71.76 148.46 211.62 -
System Red Green Blue C M Y K H S L
Decimal 189 5 108 0 0.97 0.43 0.26 326.41 0.95 0.38
Hex BD 5 6C 0 61 2B 1A 146 5F 26
Octal 275 5 154 0 141 53 32 506 137 46
Binary 10111101 101 1101100 0 1100001 101011 11010 101000110 1011111 100110

Color Harmonies of #BD056C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD056C

Black with #BD056C

Text Example


Text Example

White with #BD056C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD056C; }

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

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

background-color css

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

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

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

border-color css

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

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

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