Html Css Color HEX #BC1D63 Jazzberry Jam

📋 copy color: '#BC1D63'

red 188 ◦ green 29 ◦ blue 99

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

Shades of Jazzberry Jam #BC1D63

Tints of Jazzberry Jam #BC1D63

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.18%

 BLUE value IS 99 (39.06% from 255) = 31.33%

R = 59.49%
G = 9.18%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.47

 K value IS 0.26

RGB Variations

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

Color information

#BC1D63 (or 0xBC1D63) is known color: Jazzberry Jam. HEX triplet: BC, 1D and 63. RGB value is (188,29,99). Sum of RGB (Red+Green+Blue) = 188+29+99=316 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.49% from 316); Green value is 29 (11.72% from 255 or 9.18% from 316); Blue value is 99 (39.06% from 255 or 31.33% from 316); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1D63 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC1D63 is #43E29C. Grayscale: #545454. Windows color (decimal): -4448925 or 6495676. OLE color: 6495676.

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

Color convert

RGB 188 29 99 -
CMYK 0 0.85 0.47 0.26
HSL 333.58º 0.73% 0.43% -
HSV(B) 333.58º 0.85% 0.74% -
XYZ 23.43 12.47 12.98 -
YUV 84.52 136.18 201.81 -
System Red Green Blue C M Y K H S L
Decimal 188 29 99 0 0.85 0.47 0.26 333.58 0.73 0.43
Hex BC 1D 63 0 55 2F 1A 14E 49 2B
Octal 274 35 143 0 125 57 32 516 111 53
Binary 10111100 11101 1100011 0 1010101 101111 11010 101001110 1001001 101011

Color Harmonies of #BC1D63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1D63

Black with #BC1D63

Text Example


Text Example

White with #BC1D63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1D63; }

 p { color: rgb(188,29,99); }

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

background-color css

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

 a { background-color: rgb(188,29,99); }

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

border-color css

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

 span { border-color: rgb(188,29,99); }

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