Html Css Color HEX #BD055D Jazzberry Jam

📋 copy color: '#BD055D'

red 189 ◦ green 5 ◦ blue 93

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

Shades of Jazzberry Jam #BD055D

Tints of Jazzberry Jam #BD055D

RGB

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

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

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

R = 65.85%
G = 1.74%
B = 32.4%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.51

 K value IS 0.26

RGB Variations

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

Color information

#BD055D (or 0xBD055D) is known color: Jazzberry Jam. HEX triplet: BD, 05 and 5D. RGB value is (189,5,93). Sum of RGB (Red+Green+Blue) = 189+5+93=287 (38% of max value = 765). Red value is 189 (74.22% from 255 or 65.85% from 287); Green value is 5 (2.34% from 255 or 1.74% from 287); Blue value is 93 (36.72% from 255 or 32.40% from 287); Max value from RGB is 189 - color contains mainly: red. Hex color #BD055D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD055D is #42FAA2. Grayscale: #454545. Windows color (decimal): -4389539 or 6096317. OLE color: 6096317.

HSL color Cylindrical-coordinate representation of color #BD055D: hue angle of 331.3º 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 #BD055D is Cyan = 0, Magento = 0.97, Yellow = 0.51 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 5 93 -
CMYK 0 0.97 0.51 0.26
HSL 331.3º 0.95% 0.38% -
HSV(B) 331.3º 0.97% 0.74% -
XYZ 23.02 11.72 11.4 -
YUV 70.05 140.96 212.84 -
System Red Green Blue C M Y K H S L
Decimal 189 5 93 0 0.97 0.51 0.26 331.3 0.95 0.38
Hex BD 5 5D 0 61 33 1A 14B 5F 26
Octal 275 5 135 0 141 63 32 513 137 46
Binary 10111101 101 1011101 0 1100001 110011 11010 101001011 1011111 100110

Color Harmonies of #BD055D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD055D

Black with #BD055D

Text Example


Text Example

White with #BD055D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD055D; }

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

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

background-color css

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

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

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

border-color css

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

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

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