Html Css Color HEX #BC0054 Jazzberry Jam

📋 copy color: '#BC0054'

red 188 ◦ green 0 ◦ blue 84

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

Shades of Jazzberry Jam #BC0054

Tints of Jazzberry Jam #BC0054

RGB

 RED value IS 188 (73.83% from 255) = 69.12%

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

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

R = 69.12%
G = 0%
B = 30.88%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.55

 K value IS 0.26

RGB Variations

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

Color information

#BC0054 (or 0xBC0054) is known color: Jazzberry Jam. HEX triplet: BC, 00 and 54. RGB value is (188,0,84). Sum of RGB (Red+Green+Blue) = 188+0+84=272 (36% of max value = 765). Red value is 188 (73.83% from 255 or 69.12% from 272); Green value is 0 (0.39% from 255 or 0% from 272); Blue value is 84 (33.20% from 255 or 30.88% from 272); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0054 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0054 is #43FFAB. Grayscale: #414141. Windows color (decimal): -4456364 or 5505212. OLE color: 5505212.

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

Color convert

RGB 188 0 84 -
CMYK 0 1 0.55 0.26
HSL 333.19º 1% 0.37% -
HSV(B) 333.19º 1% 0.74% -
XYZ 22.34 11.33 9.4 -
YUV 65.79 138.28 215.17 -
System Red Green Blue C M Y K H S L
Decimal 188 0 84 0 1 0.55 0.26 333.19 1 0.37
Hex BC 0 54 0 64 37 1A 14D 64 25
Octal 274 0 124 0 144 67 32 515 144 45
Binary 10111100 0 1010100 0 1100100 110111 11010 101001101 1100100 100101

Color Harmonies of #BC0054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0054

Black with #BC0054

Text Example


Text Example

White with #BC0054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0054; }

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

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

background-color css

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

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

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

border-color css

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

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

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