Html Css Color HEX #BC0868 Jazzberry Jam

📋 copy color: '#BC0868'

red 188 ◦ green 8 ◦ blue 104

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

Shades of Jazzberry Jam #BC0868

Tints of Jazzberry Jam #BC0868

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.67%

 BLUE value IS 104 (41.02% from 255) = 34.67%

R = 62.67%
G = 2.67%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.45

 K value IS 0.26

RGB Variations

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

Color information

#BC0868 (or 0xBC0868) is known color: Jazzberry Jam. HEX triplet: BC, 08 and 68. RGB value is (188,8,104). Sum of RGB (Red+Green+Blue) = 188+8+104=300 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.67% from 300); Green value is 8 (3.52% from 255 or 2.67% from 300); Blue value is 104 (41.02% from 255 or 34.67% from 300); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0868 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0868 is #43F797. Grayscale: #484848. Windows color (decimal): -4454296 or 6817980. OLE color: 6817980.

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

Color convert

RGB 188 8 104 -
CMYK 0 0.96 0.45 0.26
HSL 328º 0.92% 0.38% -
HSV(B) 328º 0.96% 0.74% -
XYZ 23.32 11.86 14.16 -
YUV 72.76 145.63 210.19 -
System Red Green Blue C M Y K H S L
Decimal 188 8 104 0 0.96 0.45 0.26 328 0.92 0.38
Hex BC 8 68 0 60 2D 1A 148 5C 26
Octal 274 10 150 0 140 55 32 510 134 46
Binary 10111100 1000 1101000 0 1100000 101101 11010 101001000 1011100 100110

Color Harmonies of #BC0868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0868

Black with #BC0868

Text Example


Text Example

White with #BC0868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0868; }

 p { color: rgb(188,8,104); }

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

background-color css

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

 a { background-color: rgb(188,8,104); }

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

border-color css

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

 span { border-color: rgb(188,8,104); }

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