Html Css Color HEX #BC0E60 Jazzberry Jam

📋 copy color: '#BC0E60'

red 188 ◦ green 14 ◦ blue 96

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

Shades of Jazzberry Jam #BC0E60

Tints of Jazzberry Jam #BC0E60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 32.21%

R = 63.09%
G = 4.7%
B = 32.21%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.49

 K value IS 0.26

RGB Variations

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

Color information

#BC0E60 (or 0xBC0E60) is known color: Jazzberry Jam. HEX triplet: BC, 0E and 60. RGB value is (188,14,96). Sum of RGB (Red+Green+Blue) = 188+14+96=298 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.09% from 298); Green value is 14 (5.86% from 255 or 4.70% from 298); Blue value is 96 (37.89% from 255 or 32.21% from 298); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0E60 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0E60 is #43F19F. Grayscale: #4B4B4B. Windows color (decimal): -4452768 or 6295228. OLE color: 6295228.

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

Color convert

RGB 188 14 96 -
CMYK 0 0.93 0.49 0.26
HSL 331.72º 0.86% 0.4% -
HSV(B) 331.72º 0.93% 0.74% -
XYZ 23.01 11.85 12.14 -
YUV 75.37 139.65 208.33 -
System Red Green Blue C M Y K H S L
Decimal 188 14 96 0 0.93 0.49 0.26 331.72 0.86 0.4
Hex BC E 60 0 5D 31 1A 14C 56 28
Octal 274 16 140 0 135 61 32 514 126 50
Binary 10111100 1110 1100000 0 1011101 110001 11010 101001100 1010110 101000

Color Harmonies of #BC0E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0E60

Black with #BC0E60

Text Example


Text Example

White with #BC0E60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0E60; }

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

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

background-color css

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

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

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

border-color css

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

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

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