Html Css Color HEX #BC046E Jazzberry Jam

📋 copy color: '#BC046E'

red 188 ◦ green 4 ◦ blue 110

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

Shades of Jazzberry Jam #BC046E

Tints of Jazzberry Jam #BC046E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 36.42%

R = 62.25%
G = 1.32%
B = 36.42%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#BC046E (or 0xBC046E) is known color: Jazzberry Jam. HEX triplet: BC, 04 and 6E. RGB value is (188,4,110). Sum of RGB (Red+Green+Blue) = 188+4+110=302 (40% of max value = 765). Red value is 188 (73.83% from 255 or 62.25% from 302); Green value is 4 (1.95% from 255 or 1.32% from 302); Blue value is 110 (43.36% from 255 or 36.42% from 302); Max value from RGB is 188 - color contains mainly: red. Hex color #BC046E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC046E is #43FB91. Grayscale: #464646. Windows color (decimal): -4455314 or 7210172. OLE color: 7210172.

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

Color convert

RGB 188 4 110 -
CMYK 0 0.98 0.41 0.26
HSL 325.43º 0.96% 0.38% -
HSV(B) 325.43º 0.98% 0.74% -
XYZ 23.6 11.9 15.81 -
YUV 71.1 149.96 211.38 -
System Red Green Blue C M Y K H S L
Decimal 188 4 110 0 0.98 0.41 0.26 325.43 0.96 0.38
Hex BC 4 6E 0 62 29 1A 145 60 26
Octal 274 4 156 0 142 51 32 505 140 46
Binary 10111100 100 1101110 0 1100010 101001 11010 101000101 1100000 100110

Color Harmonies of #BC046E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC046E

Black with #BC046E

Text Example


Text Example

White with #BC046E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC046E; }

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

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

background-color css

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

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

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

border-color css

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

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

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