Html Css Color HEX #BC1768 Jazzberry Jam

📋 copy color: '#BC1768'

red 188 ◦ green 23 ◦ blue 104

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

Shades of Jazzberry Jam #BC1768

Tints of Jazzberry Jam #BC1768

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.3%

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

R = 59.68%
G = 7.3%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.45

 K value IS 0.26

RGB Variations

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

Color information

#BC1768 (or 0xBC1768) is known color: Jazzberry Jam. HEX triplet: BC, 17 and 68. RGB value is (188,23,104). Sum of RGB (Red+Green+Blue) = 188+23+104=315 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.68% from 315); Green value is 23 (9.38% from 255 or 7.30% from 315); Blue value is 104 (41.02% from 255 or 33.02% from 315); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1768 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC1768 is #43E897. Grayscale: #515151. Windows color (decimal): -4450456 or 6821820. OLE color: 6821820.

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

Color convert

RGB 188 23 104 -
CMYK 0 0.88 0.45 0.26
HSL 330.55º 0.78% 0.41% -
HSV(B) 330.55º 0.88% 0.74% -
XYZ 23.54 12.3 14.23 -
YUV 81.57 140.66 203.91 -
System Red Green Blue C M Y K H S L
Decimal 188 23 104 0 0.88 0.45 0.26 330.55 0.78 0.41
Hex BC 17 68 0 58 2D 1A 14B 4E 29
Octal 274 27 150 0 130 55 32 513 116 51
Binary 10111100 10111 1101000 0 1011000 101101 11010 101001011 1001110 101001

Color Harmonies of #BC1768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1768

Black with #BC1768

Text Example


Text Example

White with #BC1768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1768; }

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

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

background-color css

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

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

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

border-color css

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

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

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