Html Css Color HEX #BC086C Jazzberry Jam

📋 copy color: '#BC086C'

red 188 ◦ green 8 ◦ blue 108

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

Shades of Jazzberry Jam #BC086C

Tints of Jazzberry Jam #BC086C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.63%

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

R = 61.84%
G = 2.63%
B = 35.53%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#BC086C (or 0xBC086C) is known color: Jazzberry Jam. HEX triplet: BC, 08 and 6C. RGB value is (188,8,108). Sum of RGB (Red+Green+Blue) = 188+8+108=304 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.84% from 304); Green value is 8 (3.52% from 255 or 2.63% from 304); Blue value is 108 (42.58% from 255 or 35.53% from 304); Max value from RGB is 188 - color contains mainly: red. Hex color #BC086C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC086C is #43F793. Grayscale: #494949. Windows color (decimal): -4454292 or 7080124. OLE color: 7080124.

HSL color Cylindrical-coordinate representation of color #BC086C: hue angle of 326.67º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BC086C is Cyan = 0, Magento = 0.96, Yellow = 0.43 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 8 108 -
CMYK 0 0.96 0.43 0.26
HSL 326.67º 0.92% 0.38% -
HSV(B) 326.67º 0.96% 0.74% -
XYZ 23.53 11.95 15.25 -
YUV 73.22 147.63 209.87 -
System Red Green Blue C M Y K H S L
Decimal 188 8 108 0 0.96 0.43 0.26 326.67 0.92 0.38
Hex BC 8 6C 0 60 2B 1A 147 5C 26
Octal 274 10 154 0 140 53 32 507 134 46
Binary 10111100 1000 1101100 0 1100000 101011 11010 101000111 1011100 100110

Color Harmonies of #BC086C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC086C

Black with #BC086C

Text Example


Text Example

White with #BC086C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC086C; }

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

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

background-color css

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

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

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

border-color css

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

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

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