Html Css Color HEX #BC0768 Jazzberry Jam

📋 copy color: '#BC0768'

red 188 ◦ green 7 ◦ blue 104

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

Shades of Jazzberry Jam #BC0768

Tints of Jazzberry Jam #BC0768

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.34%

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

R = 62.88%
G = 2.34%
B = 34.78%

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

#BC0768 (or 0xBC0768) is known color: Jazzberry Jam. HEX triplet: BC, 07 and 68. RGB value is (188,7,104). Sum of RGB (Red+Green+Blue) = 188+7+104=299 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.88% from 299); Green value is 7 (3.12% from 255 or 2.34% from 299); Blue value is 104 (41.02% from 255 or 34.78% from 299); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0768 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0768 is #43F897. Grayscale: #474747. Windows color (decimal): -4454552 or 6817724. OLE color: 6817724.

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

Color convert

RGB 188 7 104 -
CMYK 0 0.96 0.45 0.26
HSL 327.85º 0.93% 0.38% -
HSV(B) 327.85º 0.96% 0.74% -
XYZ 23.31 11.84 14.15 -
YUV 72.18 145.97 210.61 -
System Red Green Blue C M Y K H S L
Decimal 188 7 104 0 0.96 0.45 0.26 327.85 0.93 0.38
Hex BC 7 68 0 60 2D 1A 148 5D 26
Octal 274 7 150 0 140 55 32 510 135 46
Binary 10111100 111 1101000 0 1100000 101101 11010 101001000 1011101 100110

Color Harmonies of #BC0768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0768

Black with #BC0768

Text Example


Text Example

White with #BC0768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0768; }

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

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

background-color css

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

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

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

border-color css

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

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

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