Html Css Color HEX #BC1B68 Jazzberry Jam

📋 copy color: '#BC1B68'

red 188 ◦ green 27 ◦ blue 104

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

Shades of Jazzberry Jam #BC1B68

Tints of Jazzberry Jam #BC1B68

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.46%

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

R = 58.93%
G = 8.46%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.45

 K value IS 0.26

RGB Variations

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

Color information

#BC1B68 (or 0xBC1B68) is known color: Jazzberry Jam. HEX triplet: BC, 1B and 68. RGB value is (188,27,104). Sum of RGB (Red+Green+Blue) = 188+27+104=319 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.93% from 319); Green value is 27 (10.94% from 255 or 8.46% from 319); Blue value is 104 (41.02% from 255 or 32.60% from 319); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1B68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC1B68 is #43E497. Grayscale: #535353. Windows color (decimal): -4449432 or 6822844. OLE color: 6822844.

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

Color convert

RGB 188 27 104 -
CMYK 0 0.86 0.45 0.26
HSL 331.3º 0.75% 0.42% -
HSV(B) 331.3º 0.86% 0.74% -
XYZ 23.63 12.47 14.26 -
YUV 83.92 139.34 202.24 -
System Red Green Blue C M Y K H S L
Decimal 188 27 104 0 0.86 0.45 0.26 331.3 0.75 0.42
Hex BC 1B 68 0 56 2D 1A 14B 4B 2A
Octal 274 33 150 0 126 55 32 513 113 52
Binary 10111100 11011 1101000 0 1010110 101101 11010 101001011 1001011 101010

Color Harmonies of #BC1B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1B68

Black with #BC1B68

Text Example


Text Example

White with #BC1B68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1B68; }

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

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

background-color css

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

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

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

border-color css

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

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

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