Html Css Color HEX #BD0054 Jazzberry Jam

📋 copy color: '#BD0054'

red 189 ◦ green 0 ◦ blue 84

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

Shades of Jazzberry Jam #BD0054

Tints of Jazzberry Jam #BD0054

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 84 (33.2% from 255) = 30.77%

R = 69.23%
G = 0%
B = 30.77%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.56

 K value IS 0.26

RGB Variations

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

Color information

#BD0054 (or 0xBD0054) is known color: Jazzberry Jam. HEX triplet: BD, 00 and 54. RGB value is (189,0,84). Sum of RGB (Red+Green+Blue) = 189+0+84=273 (36% of max value = 765). Red value is 189 (74.22% from 255 or 69.23% from 273); Green value is 0 (0.39% from 255 or 0% from 273); Blue value is 84 (33.20% from 255 or 30.77% from 273); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0054 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD0054 is #42FFAB. Grayscale: #414141. Windows color (decimal): -4390828 or 5505213. OLE color: 5505213.

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

Color convert

RGB 189 0 84 -
CMYK 0 1 0.56 0.26
HSL 333.33º 1% 0.37% -
HSV(B) 333.33º 1% 0.74% -
XYZ 22.59 11.46 9.41 -
YUV 66.09 138.12 215.67 -
System Red Green Blue C M Y K H S L
Decimal 189 0 84 0 1 0.56 0.26 333.33 1 0.37
Hex BD 0 54 0 64 38 1A 14D 64 25
Octal 275 0 124 0 144 70 32 515 144 45
Binary 10111101 0 1010100 0 1100100 111000 11010 101001101 1100100 100101

Color Harmonies of #BD0054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0054

Black with #BD0054

Text Example


Text Example

White with #BD0054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0054; }

 p { color: rgb(189,0,84); }

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

background-color css

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

 a { background-color: rgb(189,0,84); }

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

border-color css

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

 span { border-color: rgb(189,0,84); }

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