Html Css Color HEX #BC2064 Jazzberry Jam

📋 copy color: '#BC2064'

red 188 ◦ green 32 ◦ blue 100

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

Shades of Jazzberry Jam #BC2064

Tints of Jazzberry Jam #BC2064

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10%

 BLUE value IS 100 (39.45% from 255) = 31.25%

R = 58.75%
G = 10%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.47

 K value IS 0.26

RGB Variations

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

Color information

#BC2064 (or 0xBC2064) is known color: Jazzberry Jam. HEX triplet: BC, 20 and 64. RGB value is (188,32,100). Sum of RGB (Red+Green+Blue) = 188+32+100=320 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.75% from 320); Green value is 32 (12.89% from 255 or 10% from 320); Blue value is 100 (39.45% from 255 or 31.25% from 320); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2064 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2064 is #43DF9B. Grayscale: #565656. Windows color (decimal): -4448156 or 6561980. OLE color: 6561980.

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

Color convert

RGB 188 32 100 -
CMYK 0 0.83 0.47 0.26
HSL 333.85º 0.71% 0.43% -
HSV(B) 333.85º 0.83% 0.74% -
XYZ 23.56 12.64 13.26 -
YUV 86.4 135.68 200.47 -
System Red Green Blue C M Y K H S L
Decimal 188 32 100 0 0.83 0.47 0.26 333.85 0.71 0.43
Hex BC 20 64 0 53 2F 1A 14E 47 2B
Octal 274 40 144 0 123 57 32 516 107 53
Binary 10111100 100000 1100100 0 1010011 101111 11010 101001110 1000111 101011

Color Harmonies of #BC2064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2064

Black with #BC2064

Text Example


Text Example

White with #BC2064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2064; }

 p { color: rgb(188,32,100); }

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

background-color css

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

 a { background-color: rgb(188,32,100); }

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

border-color css

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

 span { border-color: rgb(188,32,100); }

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