Html Css Color HEX #BC0563 Jazzberry Jam

📋 copy color: '#BC0563'

red 188 ◦ green 5 ◦ blue 99

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

Shades of Jazzberry Jam #BC0563

Tints of Jazzberry Jam #BC0563

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.71%

 BLUE value IS 99 (39.06% from 255) = 33.9%

R = 64.38%
G = 1.71%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.47

 K value IS 0.26

RGB Variations

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

Color information

#BC0563 (or 0xBC0563) is known color: Jazzberry Jam. HEX triplet: BC, 05 and 63. RGB value is (188,5,99). Sum of RGB (Red+Green+Blue) = 188+5+99=292 (38% of max value = 765). Red value is 188 (73.83% from 255 or 64.38% from 292); Green value is 5 (2.34% from 255 or 1.71% from 292); Blue value is 99 (39.06% from 255 or 33.90% from 292); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0563 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0563 is #43FA9C. Grayscale: #464646. Windows color (decimal): -4455069 or 6489532. OLE color: 6489532.

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

Color convert

RGB 188 5 99 -
CMYK 0 0.97 0.47 0.26
HSL 329.18º 0.95% 0.38% -
HSV(B) 329.18º 0.97% 0.74% -
XYZ 23.05 11.7 12.85 -
YUV 70.43 144.13 211.86 -
System Red Green Blue C M Y K H S L
Decimal 188 5 99 0 0.97 0.47 0.26 329.18 0.95 0.38
Hex BC 5 63 0 61 2F 1A 149 5F 26
Octal 274 5 143 0 141 57 32 511 137 46
Binary 10111100 101 1100011 0 1100001 101111 11010 101001001 1011111 100110

Color Harmonies of #BC0563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0563

Black with #BC0563

Text Example


Text Example

White with #BC0563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0563; }

 p { color: rgb(188,5,99); }

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

background-color css

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

 a { background-color: rgb(188,5,99); }

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

border-color css

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

 span { border-color: rgb(188,5,99); }

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