Html Css Color HEX #BC196A Jazzberry Jam

📋 copy color: '#BC196A'

red 188 ◦ green 25 ◦ blue 106

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

Shades of Jazzberry Jam #BC196A

Tints of Jazzberry Jam #BC196A

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.84%

 BLUE value IS 106 (41.8% from 255) = 33.23%

R = 58.93%
G = 7.84%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#BC196A (or 0xBC196A) is known color: Jazzberry Jam. HEX triplet: BC, 19 and 6A. RGB value is (188,25,106). Sum of RGB (Red+Green+Blue) = 188+25+106=319 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.93% from 319); Green value is 25 (10.16% from 255 or 7.84% from 319); Blue value is 106 (41.80% from 255 or 33.23% from 319); Max value from RGB is 188 - color contains mainly: red. Hex color #BC196A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC196A is #43E695. Grayscale: #525252. Windows color (decimal): -4449942 or 6953404. OLE color: 6953404.

HSL color Cylindrical-coordinate representation of color #BC196A: hue angle of 330.18º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BC196A is Cyan = 0, Magento = 0.87, Yellow = 0.44 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 25 106 -
CMYK 0 0.87 0.44 0.26
HSL 330.18º 0.77% 0.42% -
HSV(B) 330.18º 0.87% 0.74% -
XYZ 23.69 12.43 14.79 -
YUV 82.97 141 202.91 -
System Red Green Blue C M Y K H S L
Decimal 188 25 106 0 0.87 0.44 0.26 330.18 0.77 0.42
Hex BC 19 6A 0 57 2C 1A 14A 4D 2A
Octal 274 31 152 0 127 54 32 512 115 52
Binary 10111100 11001 1101010 0 1010111 101100 11010 101001010 1001101 101010

Color Harmonies of #BC196A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC196A

Black with #BC196A

Text Example


Text Example

White with #BC196A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC196A; }

 p { color: rgb(188,25,106); }

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

background-color css

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

 a { background-color: rgb(188,25,106); }

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

border-color css

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

 span { border-color: rgb(188,25,106); }

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