Html Css Color HEX #BC096E Jazzberry Jam

📋 copy color: '#BC096E'

red 188 ◦ green 9 ◦ blue 110

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

Shades of Jazzberry Jam #BC096E

Tints of Jazzberry Jam #BC096E

RGB

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

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

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

R = 61.24%
G = 2.93%
B = 35.83%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#BC096E (or 0xBC096E) is known color: Jazzberry Jam. HEX triplet: BC, 09 and 6E. RGB value is (188,9,110). Sum of RGB (Red+Green+Blue) = 188+9+110=307 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.24% from 307); Green value is 9 (3.91% from 255 or 2.93% from 307); Blue value is 110 (43.36% from 255 or 35.83% from 307); Max value from RGB is 188 - color contains mainly: red. Hex color #BC096E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC096E is #43F691. Grayscale: #494949. Windows color (decimal): -4454034 or 7211452. OLE color: 7211452.

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

Color convert

RGB 188 9 110 -
CMYK 0 0.95 0.41 0.26
HSL 326.15º 0.91% 0.39% -
HSV(B) 326.15º 0.95% 0.74% -
XYZ 23.65 12.01 15.82 -
YUV 74.04 148.3 209.29 -
System Red Green Blue C M Y K H S L
Decimal 188 9 110 0 0.95 0.41 0.26 326.15 0.91 0.39
Hex BC 9 6E 0 5F 29 1A 146 5B 27
Octal 274 11 156 0 137 51 32 506 133 47
Binary 10111100 1001 1101110 0 1011111 101001 11010 101000110 1011011 100111

Color Harmonies of #BC096E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC096E

Black with #BC096E

Text Example


Text Example

White with #BC096E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC096E; }

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

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

background-color css

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

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

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

border-color css

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

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

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