Html Css Color HEX #BC046D Jazzberry Jam

📋 copy color: '#BC046D'

red 188 ◦ green 4 ◦ blue 109

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

Shades of Jazzberry Jam #BC046D

Tints of Jazzberry Jam #BC046D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 36.21%

R = 62.46%
G = 1.33%
B = 36.21%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.42

 K value IS 0.26

RGB Variations

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

Color information

#BC046D (or 0xBC046D) is known color: Jazzberry Jam. HEX triplet: BC, 04 and 6D. RGB value is (188,4,109). Sum of RGB (Red+Green+Blue) = 188+4+109=301 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.46% from 301); Green value is 4 (1.95% from 255 or 1.33% from 301); Blue value is 109 (42.97% from 255 or 36.21% from 301); Max value from RGB is 188 - color contains mainly: red. Hex color #BC046D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC046D is #43FB92. Grayscale: #464646. Windows color (decimal): -4455315 or 7144636. OLE color: 7144636.

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

Color convert

RGB 188 4 109 -
CMYK 0 0.98 0.42 0.26
HSL 325.76º 0.96% 0.38% -
HSV(B) 325.76º 0.98% 0.74% -
XYZ 23.54 11.88 15.52 -
YUV 70.99 149.46 211.46 -
System Red Green Blue C M Y K H S L
Decimal 188 4 109 0 0.98 0.42 0.26 325.76 0.96 0.38
Hex BC 4 6D 0 62 2A 1A 146 60 26
Octal 274 4 155 0 142 52 32 506 140 46
Binary 10111100 100 1101101 0 1100010 101010 11010 101000110 1100000 100110

Color Harmonies of #BC046D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC046D

Black with #BC046D

Text Example


Text Example

White with #BC046D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC046D; }

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

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

background-color css

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

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

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

border-color css

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

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

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