Html Css Color HEX #BC0064 Jazzberry Jam

📋 copy color: '#BC0064'

red 188 ◦ green 0 ◦ blue 100

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

Shades of Jazzberry Jam #BC0064

Tints of Jazzberry Jam #BC0064

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 65.28%
G = 0%
B = 34.72%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.47

 K value IS 0.26

RGB Variations

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

Color information

#BC0064 (or 0xBC0064) is known color: Jazzberry Jam. HEX triplet: BC, 00 and 64. RGB value is (188,0,100). Sum of RGB (Red+Green+Blue) = 188+0+100=288 (38% of max value = 765). Red value is 188 (73.83% from 255 or 65.28% from 288); Green value is 0 (0.39% from 255 or 0% from 288); Blue value is 100 (39.45% from 255 or 34.72% from 288); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0064 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0064 is #43FF9B. Grayscale: #434343. Windows color (decimal): -4456348 or 6553788. OLE color: 6553788.

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

Color convert

RGB 188 0 100 -
CMYK 0 1 0.47 0.26
HSL 328.09º 1% 0.37% -
HSV(B) 328.09º 1% 0.74% -
XYZ 23.04 11.61 13.08 -
YUV 67.61 146.28 213.87 -
System Red Green Blue C M Y K H S L
Decimal 188 0 100 0 1 0.47 0.26 328.09 1 0.37
Hex BC 0 64 0 64 2F 1A 148 64 25
Octal 274 0 144 0 144 57 32 510 144 45
Binary 10111100 0 1100100 0 1100100 101111 11010 101001000 1100100 100101

Color Harmonies of #BC0064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0064

Black with #BC0064

Text Example


Text Example

White with #BC0064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0064; }

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

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

background-color css

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

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

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

border-color css

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

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

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