Html Css Color HEX #BC1B5E Jazzberry Jam

📋 copy color: '#BC1B5E'

red 188 ◦ green 27 ◦ blue 94

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

Shades of Jazzberry Jam #BC1B5E

Tints of Jazzberry Jam #BC1B5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 30.42%

R = 60.84%
G = 8.74%
B = 30.42%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.50

 K value IS 0.26

RGB Variations

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

Color information

#BC1B5E (or 0xBC1B5E) is known color: Jazzberry Jam. HEX triplet: BC, 1B and 5E. RGB value is (188,27,94). Sum of RGB (Red+Green+Blue) = 188+27+94=309 (40% of max value = 765). Red value is 188 (73.83% from 255 or 60.84% from 309); Green value is 27 (10.94% from 255 or 8.74% from 309); Blue value is 94 (37.11% from 255 or 30.42% from 309); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1B5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC1B5E is #43E4A1. Grayscale: #525252. Windows color (decimal): -4449442 or 6167484. OLE color: 6167484.

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

Color convert

RGB 188 27 94 -
CMYK 0 0.86 0.50 0.26
HSL 335.03º 0.75% 0.42% -
HSV(B) 335.03º 0.86% 0.74% -
XYZ 23.15 12.28 11.74 -
YUV 82.78 134.34 203.05 -
System Red Green Blue C M Y K H S L
Decimal 188 27 94 0 0.86 0.50 0.26 335.03 0.75 0.42
Hex BC 1B 5E 0 56 32 1A 14F 4B 2A
Octal 274 33 136 0 126 62 32 517 113 52
Binary 10111100 11011 1011110 0 1010110 110010 11010 101001111 1001011 101010

Color Harmonies of #BC1B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1B5E

Black with #BC1B5E

Text Example


Text Example

White with #BC1B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1B5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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