Html Css Color HEX #BC1E65 Jazzberry Jam

📋 copy color: '#BC1E65'

red 188 ◦ green 30 ◦ blue 101

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

Shades of Jazzberry Jam #BC1E65

Tints of Jazzberry Jam #BC1E65

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.4%

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

R = 58.93%
G = 9.4%
B = 31.66%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.46

 K value IS 0.26

RGB Variations

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

Color information

#BC1E65 (or 0xBC1E65) is known color: Jazzberry Jam. HEX triplet: BC, 1E and 65. RGB value is (188,30,101). Sum of RGB (Red+Green+Blue) = 188+30+101=319 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.93% from 319); Green value is 30 (12.11% from 255 or 9.40% from 319); Blue value is 101 (39.84% from 255 or 31.66% from 319); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1E65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC1E65 is #43E19A. Grayscale: #555555. Windows color (decimal): -4448667 or 6627004. OLE color: 6627004.

HSL color Cylindrical-coordinate representation of color #BC1E65: hue angle of 333.04º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BC1E65 is Cyan = 0, Magento = 0.84, Yellow = 0.46 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 30 101 -
CMYK 0 0.84 0.46 0.26
HSL 333.04º 0.72% 0.43% -
HSV(B) 333.04º 0.84% 0.74% -
XYZ 23.55 12.56 13.49 -
YUV 85.34 136.85 201.23 -
System Red Green Blue C M Y K H S L
Decimal 188 30 101 0 0.84 0.46 0.26 333.04 0.72 0.43
Hex BC 1E 65 0 54 2E 1A 14D 48 2B
Octal 274 36 145 0 124 56 32 515 110 53
Binary 10111100 11110 1100101 0 1010100 101110 11010 101001101 1001000 101011

Color Harmonies of #BC1E65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1E65

Black with #BC1E65

Text Example


Text Example

White with #BC1E65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1E65; }

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

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

background-color css

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

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

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

border-color css

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

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

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