Html Css Color HEX #BC096D Jazzberry Jam

📋 copy color: '#BC096D'

red 188 ◦ green 9 ◦ blue 109

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

Shades of Jazzberry Jam #BC096D

Tints of Jazzberry Jam #BC096D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.94%

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

R = 61.44%
G = 2.94%
B = 35.62%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.42

 K value IS 0.26

RGB Variations

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

Color information

#BC096D (or 0xBC096D) is known color: Jazzberry Jam. HEX triplet: BC, 09 and 6D. RGB value is (188,9,109). Sum of RGB (Red+Green+Blue) = 188+9+109=306 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.44% from 306); Green value is 9 (3.91% from 255 or 2.94% from 306); Blue value is 109 (42.97% from 255 or 35.62% from 306); Max value from RGB is 188 - color contains mainly: red. Hex color #BC096D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC096D is #43F692. Grayscale: #494949. Windows color (decimal): -4454035 or 7145916. OLE color: 7145916.

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

Color convert

RGB 188 9 109 -
CMYK 0 0.95 0.42 0.26
HSL 326.48º 0.91% 0.39% -
HSV(B) 326.48º 0.95% 0.74% -
XYZ 23.6 11.99 15.54 -
YUV 73.92 147.8 209.37 -
System Red Green Blue C M Y K H S L
Decimal 188 9 109 0 0.95 0.42 0.26 326.48 0.91 0.39
Hex BC 9 6D 0 5F 2A 1A 146 5B 27
Octal 274 11 155 0 137 52 32 506 133 47
Binary 10111100 1001 1101101 0 1011111 101010 11010 101000110 1011011 100111

Color Harmonies of #BC096D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC096D

Black with #BC096D

Text Example


Text Example

White with #BC096D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC096D; }

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

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

background-color css

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

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

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

border-color css

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

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

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