Html Css Color HEX #BC0858 Jazzberry Jam

📋 copy color: '#BC0858'

red 188 ◦ green 8 ◦ blue 88

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

Shades of Jazzberry Jam #BC0858

Tints of Jazzberry Jam #BC0858

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 30.99%

R = 66.2%
G = 2.82%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.53

 K value IS 0.26

RGB Variations

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

Color information

#BC0858 (or 0xBC0858) is known color: Jazzberry Jam. HEX triplet: BC, 08 and 58. RGB value is (188,8,88). Sum of RGB (Red+Green+Blue) = 188+8+88=284 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.20% from 284); Green value is 8 (3.52% from 255 or 2.82% from 284); Blue value is 88 (34.77% from 255 or 30.99% from 284); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0858 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0858 is #43F7A7. Grayscale: #464646. Windows color (decimal): -4454312 or 5769404. OLE color: 5769404.

HSL color Cylindrical-coordinate representation of color #BC0858: hue angle of 333.33º 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 #BC0858 is Cyan = 0, Magento = 0.96, Yellow = 0.53 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 8 88 -
CMYK 0 0.96 0.53 0.26
HSL 333.33º 0.92% 0.38% -
HSV(B) 333.33º 0.96% 0.74% -
XYZ 22.59 11.57 10.28 -
YUV 70.94 137.63 211.5 -
System Red Green Blue C M Y K H S L
Decimal 188 8 88 0 0.96 0.53 0.26 333.33 0.92 0.38
Hex BC 8 58 0 60 35 1A 14D 5C 26
Octal 274 10 130 0 140 65 32 515 134 46
Binary 10111100 1000 1011000 0 1100000 110101 11010 101001101 1011100 100110

Color Harmonies of #BC0858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0858

Black with #BC0858

Text Example


Text Example

White with #BC0858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0858; }

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

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

background-color css

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

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

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

border-color css

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

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

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