Html Css Color HEX #BD045D Jazzberry Jam

📋 copy color: '#BD045D'

red 189 ◦ green 4 ◦ blue 93

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

Shades of Jazzberry Jam #BD045D

Tints of Jazzberry Jam #BD045D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.4%

 BLUE value IS 93 (36.72% from 255) = 32.52%

R = 66.08%
G = 1.4%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.51

 K value IS 0.26

RGB Variations

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

Color information

#BD045D (or 0xBD045D) is known color: Jazzberry Jam. HEX triplet: BD, 04 and 5D. RGB value is (189,4,93). Sum of RGB (Red+Green+Blue) = 189+4+93=286 (37% of max value = 765). Red value is 189 (74.22% from 255 or 66.08% from 286); Green value is 4 (1.95% from 255 or 1.40% from 286); Blue value is 93 (36.72% from 255 or 32.52% from 286); Max value from RGB is 189 - color contains mainly: red. Hex color #BD045D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD045D is #42FBA2. Grayscale: #454545. Windows color (decimal): -4389795 or 6096061. OLE color: 6096061.

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

Color convert

RGB 189 4 93 -
CMYK 0 0.98 0.51 0.26
HSL 331.14º 0.96% 0.38% -
HSV(B) 331.14º 0.98% 0.74% -
XYZ 23.01 11.7 11.4 -
YUV 69.46 141.29 213.26 -
System Red Green Blue C M Y K H S L
Decimal 189 4 93 0 0.98 0.51 0.26 331.14 0.96 0.38
Hex BD 4 5D 0 62 33 1A 14B 60 26
Octal 275 4 135 0 142 63 32 513 140 46
Binary 10111101 100 1011101 0 1100010 110011 11010 101001011 1100000 100110

Color Harmonies of #BD045D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD045D

Black with #BD045D

Text Example


Text Example

White with #BD045D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD045D; }

 p { color: rgb(189,4,93); }

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

background-color css

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

 a { background-color: rgb(189,4,93); }

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

border-color css

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

 span { border-color: rgb(189,4,93); }

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