Html Css Color HEX #BC1766 Jazzberry Jam

📋 copy color: '#BC1766'

red 188 ◦ green 23 ◦ blue 102

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

Shades of Jazzberry Jam #BC1766

Tints of Jazzberry Jam #BC1766

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 32.59%

R = 60.06%
G = 7.35%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.46

 K value IS 0.26

RGB Variations

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

Color information

#BC1766 (or 0xBC1766) is known color: Jazzberry Jam. HEX triplet: BC, 17 and 66. RGB value is (188,23,102). Sum of RGB (Red+Green+Blue) = 188+23+102=313 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.06% from 313); Green value is 23 (9.38% from 255 or 7.35% from 313); Blue value is 102 (40.23% from 255 or 32.59% from 313); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1766 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC1766 is #43E899. Grayscale: #515151. Windows color (decimal): -4450458 or 6690748. OLE color: 6690748.

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

Color convert

RGB 188 23 102 -
CMYK 0 0.88 0.46 0.26
HSL 331.27º 0.78% 0.41% -
HSV(B) 331.27º 0.88% 0.74% -
XYZ 23.44 12.26 13.7 -
YUV 81.34 139.66 204.08 -
System Red Green Blue C M Y K H S L
Decimal 188 23 102 0 0.88 0.46 0.26 331.27 0.78 0.41
Hex BC 17 66 0 58 2E 1A 14B 4E 29
Octal 274 27 146 0 130 56 32 513 116 51
Binary 10111100 10111 1100110 0 1011000 101110 11010 101001011 1001110 101001

Color Harmonies of #BC1766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1766

Black with #BC1766

Text Example


Text Example

White with #BC1766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1766; }

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

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

background-color css

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

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

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

border-color css

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

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

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