Html Css Color HEX #BC145E Jazzberry Jam

📋 copy color: '#BC145E'

red 188 ◦ green 20 ◦ blue 94

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

Shades of Jazzberry Jam #BC145E

Tints of Jazzberry Jam #BC145E

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.62%

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

R = 62.25%
G = 6.62%
B = 31.13%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.50

 K value IS 0.26

RGB Variations

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

Color information

#BC145E (or 0xBC145E) is known color: Jazzberry Jam. HEX triplet: BC, 14 and 5E. RGB value is (188,20,94). Sum of RGB (Red+Green+Blue) = 188+20+94=302 (40% of max value = 765). Red value is 188 (73.83% from 255 or 62.25% from 302); Green value is 20 (8.20% from 255 or 6.62% from 302); Blue value is 94 (37.11% from 255 or 31.13% from 302); Max value from RGB is 188 - color contains mainly: red. Hex color #BC145E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC145E is #43EBA1. Grayscale: #4E4E4E. Windows color (decimal): -4451234 or 6165692. OLE color: 6165692.

HSL color Cylindrical-coordinate representation of color #BC145E: hue angle of 333.57º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BC145E is Cyan = 0, Magento = 0.89, Yellow = 0.50 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 20 94 -
CMYK 0 0.89 0.50 0.26
HSL 333.57º 0.81% 0.41% -
HSV(B) 333.57º 0.89% 0.74% -
XYZ 23.01 12 11.69 -
YUV 78.67 136.66 205.98 -
System Red Green Blue C M Y K H S L
Decimal 188 20 94 0 0.89 0.50 0.26 333.57 0.81 0.41
Hex BC 14 5E 0 59 32 1A 14E 51 29
Octal 274 24 136 0 131 62 32 516 121 51
Binary 10111100 10100 1011110 0 1011001 110010 11010 101001110 1010001 101001

Color Harmonies of #BC145E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC145E

Black with #BC145E

Text Example


Text Example

White with #BC145E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC145E; }

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

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

background-color css

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

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

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

border-color css

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

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

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