Html Css Color HEX #BC0264 Jazzberry Jam

📋 copy color: '#BC0264'

red 188 ◦ green 2 ◦ blue 100

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

Shades of Jazzberry Jam #BC0264

Tints of Jazzberry Jam #BC0264

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.69%

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

R = 64.83%
G = 0.69%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.47

 K value IS 0.26

RGB Variations

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

Color information

#BC0264 (or 0xBC0264) is known color: Jazzberry Jam. HEX triplet: BC, 02 and 64. RGB value is (188,2,100). Sum of RGB (Red+Green+Blue) = 188+2+100=290 (38% of max value = 765). Red value is 188 (73.83% from 255 or 64.83% from 290); Green value is 2 (1.17% from 255 or 0.69% from 290); Blue value is 100 (39.45% from 255 or 34.48% from 290); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0264 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0264 is #43FD9B. Grayscale: #444444. Windows color (decimal): -4455836 or 6554300. OLE color: 6554300.

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

Color convert

RGB 188 2 100 -
CMYK 0 0.99 0.47 0.26
HSL 328.39º 0.98% 0.37% -
HSV(B) 328.39º 0.99% 0.74% -
XYZ 23.06 11.65 13.09 -
YUV 68.79 145.62 213.03 -
System Red Green Blue C M Y K H S L
Decimal 188 2 100 0 0.99 0.47 0.26 328.39 0.98 0.37
Hex BC 2 64 0 63 2F 1A 148 62 25
Octal 274 2 144 0 143 57 32 510 142 45
Binary 10111100 10 1100100 0 1100011 101111 11010 101001000 1100010 100101

Color Harmonies of #BC0264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0264

Black with #BC0264

Text Example


Text Example

White with #BC0264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0264; }

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

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

background-color css

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

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

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

border-color css

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

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

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