Html Css Color HEX #BC045D Jazzberry Jam

📋 copy color: '#BC045D'

red 188 ◦ green 4 ◦ blue 93

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

Shades of Jazzberry Jam #BC045D

Tints of Jazzberry Jam #BC045D

RGB

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

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

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

R = 65.96%
G = 1.4%
B = 32.63%

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

#BC045D (or 0xBC045D) is known color: Jazzberry Jam. HEX triplet: BC, 04 and 5D. RGB value is (188,4,93). Sum of RGB (Red+Green+Blue) = 188+4+93=285 (37% of max value = 765). Red value is 188 (73.83% from 255 or 65.96% from 285); Green value is 4 (1.95% from 255 or 1.40% from 285); Blue value is 93 (36.72% from 255 or 32.63% from 285); Max value from RGB is 188 - color contains mainly: red. Hex color #BC045D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC045D is #43FBA2. Grayscale: #444444. Windows color (decimal): -4455331 or 6096060. OLE color: 6096060.

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

Color convert

RGB 188 4 93 -
CMYK 0 0.98 0.51 0.26
HSL 330.98º 0.96% 0.38% -
HSV(B) 330.98º 0.98% 0.74% -
XYZ 22.76 11.57 11.39 -
YUV 69.16 141.46 212.76 -
System Red Green Blue C M Y K H S L
Decimal 188 4 93 0 0.98 0.51 0.26 330.98 0.96 0.38
Hex BC 4 5D 0 62 33 1A 14B 60 26
Octal 274 4 135 0 142 63 32 513 140 46
Binary 10111100 100 1011101 0 1100010 110011 11010 101001011 1100000 100110

Color Harmonies of #BC045D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC045D

Black with #BC045D

Text Example


Text Example

White with #BC045D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC045D; }

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

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

background-color css

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

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

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

border-color css

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

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

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