Html Css Color HEX #BC096C Jazzberry Jam

📋 copy color: '#BC096C'

red 188 ◦ green 9 ◦ blue 108

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

Shades of Jazzberry Jam #BC096C

Tints of Jazzberry Jam #BC096C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 35.41%

R = 61.64%
G = 2.95%
B = 35.41%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#BC096C (or 0xBC096C) is known color: Jazzberry Jam. HEX triplet: BC, 09 and 6C. RGB value is (188,9,108). Sum of RGB (Red+Green+Blue) = 188+9+108=305 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.64% from 305); Green value is 9 (3.91% from 255 or 2.95% from 305); Blue value is 108 (42.58% from 255 or 35.41% from 305); Max value from RGB is 188 - color contains mainly: red. Hex color #BC096C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC096C is #43F693. Grayscale: #494949. Windows color (decimal): -4454036 or 7080380. OLE color: 7080380.

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

Color convert

RGB 188 9 108 -
CMYK 0 0.95 0.43 0.26
HSL 326.82º 0.91% 0.39% -
HSV(B) 326.82º 0.95% 0.74% -
XYZ 23.54 11.97 15.26 -
YUV 73.81 147.3 209.45 -
System Red Green Blue C M Y K H S L
Decimal 188 9 108 0 0.95 0.43 0.26 326.82 0.91 0.39
Hex BC 9 6C 0 5F 2B 1A 147 5B 27
Octal 274 11 154 0 137 53 32 507 133 47
Binary 10111100 1001 1101100 0 1011111 101011 11010 101000111 1011011 100111

Color Harmonies of #BC096C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC096C

Black with #BC096C

Text Example


Text Example

White with #BC096C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC096C; }

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

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

background-color css

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

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

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

border-color css

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

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

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