Html Css Color HEX #BC1B65 Jazzberry Jam

📋 copy color: '#BC1B65'

red 188 ◦ green 27 ◦ blue 101

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

Shades of Jazzberry Jam #BC1B65

Tints of Jazzberry Jam #BC1B65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 31.96%

R = 59.49%
G = 8.54%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.46

 K value IS 0.26

RGB Variations

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

Color information

#BC1B65 (or 0xBC1B65) is known color: Jazzberry Jam. HEX triplet: BC, 1B and 65. RGB value is (188,27,101). Sum of RGB (Red+Green+Blue) = 188+27+101=316 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.49% from 316); Green value is 27 (10.94% from 255 or 8.54% from 316); Blue value is 101 (39.84% from 255 or 31.96% from 316); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1B65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC1B65 is #43E49A. Grayscale: #535353. Windows color (decimal): -4449435 or 6626236. OLE color: 6626236.

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

Color convert

RGB 188 27 101 -
CMYK 0 0.86 0.46 0.26
HSL 332.42º 0.75% 0.42% -
HSV(B) 332.42º 0.86% 0.74% -
XYZ 23.48 12.41 13.47 -
YUV 83.58 137.84 202.48 -
System Red Green Blue C M Y K H S L
Decimal 188 27 101 0 0.86 0.46 0.26 332.42 0.75 0.42
Hex BC 1B 65 0 56 2E 1A 14C 4B 2A
Octal 274 33 145 0 126 56 32 514 113 52
Binary 10111100 11011 1100101 0 1010110 101110 11010 101001100 1001011 101010

Color Harmonies of #BC1B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1B65

Black with #BC1B65

Text Example


Text Example

White with #BC1B65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1B65; }

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

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

background-color css

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

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

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

border-color css

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

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

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