Html Css Color HEX #BC0E6C Jazzberry Jam

📋 copy color: '#BC0E6C'

red 188 ◦ green 14 ◦ blue 108

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

Shades of Jazzberry Jam #BC0E6C

Tints of Jazzberry Jam #BC0E6C

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.52%

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

R = 60.65%
G = 4.52%
B = 34.84%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#BC0E6C (or 0xBC0E6C) is known color: Jazzberry Jam. HEX triplet: BC, 0E and 6C. RGB value is (188,14,108). Sum of RGB (Red+Green+Blue) = 188+14+108=310 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.65% from 310); Green value is 14 (5.86% from 255 or 4.52% from 310); Blue value is 108 (42.58% from 255 or 34.84% from 310); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0E6C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0E6C is #43F193. Grayscale: #4C4C4C. Windows color (decimal): -4452756 or 7081660. OLE color: 7081660.

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

Color convert

RGB 188 14 108 -
CMYK 0 0.93 0.43 0.26
HSL 327.59º 0.86% 0.4% -
HSV(B) 327.59º 0.93% 0.74% -
XYZ 23.6 12.09 15.28 -
YUV 76.74 145.65 207.36 -
System Red Green Blue C M Y K H S L
Decimal 188 14 108 0 0.93 0.43 0.26 327.59 0.86 0.4
Hex BC E 6C 0 5D 2B 1A 148 56 28
Octal 274 16 154 0 135 53 32 510 126 50
Binary 10111100 1110 1101100 0 1011101 101011 11010 101001000 1010110 101000

Color Harmonies of #BC0E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0E6C

Black with #BC0E6C

Text Example


Text Example

White with #BC0E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0E6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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