Html Css Color HEX #BC4E9F Mulberry

📋 copy color: '#BC4E9F'

red 188 ◦ green 78 ◦ blue 159

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

Shades of Mulberry #BC4E9F

Tints of Mulberry #BC4E9F

RGB

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

 GREEN value IS 78 (30.86% from 255) = 18.35%

 BLUE value IS 159 (62.5% from 255) = 37.41%

R = 44.24%
G = 18.35%
B = 37.41%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.15

 K value IS 0.26

RGB Variations

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

Color information

#BC4E9F (or 0xBC4E9F) is known color: Mulberry. HEX triplet: BC, 4E and 9F. RGB value is (188,78,159). Sum of RGB (Red+Green+Blue) = 188+78+159=425 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.24% from 425); Green value is 78 (30.86% from 255 or 18.35% from 425); Blue value is 159 (62.5% from 255 or 37.41% from 425); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4E9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC4E9F is #43B160. Grayscale: #777777. Windows color (decimal): -4436321 or 10440380. OLE color: 10440380.

HSL color Cylindrical-coordinate representation of color #BC4E9F: hue angle of 315.82º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BC4E9F is Cyan = 0, Magento = 0.59, Yellow = 0.15 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 78 159 -
CMYK 0 0.59 0.15 0.26
HSL 315.82º 0.45% 0.52% -
HSV(B) 315.82º 0.59% 0.74% -
XYZ 29.72 18.64 34.83 -
YUV 120.12 149.94 176.41 -
System Red Green Blue C M Y K H S L
Decimal 188 78 159 0 0.59 0.15 0.26 315.82 0.45 0.52
Hex BC 4E 9F 0 3B F 1A 13C 2D 34
Octal 274 116 237 0 73 17 32 474 55 64
Binary 10111100 1001110 10011111 0 111011 1111 11010 100111100 101101 110100

Color Harmonies of #BC4E9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4E9F

Black with #BC4E9F

Text Example


Text Example

White with #BC4E9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4E9F; }

 p { color: rgb(188,78,159); }

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

background-color css

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

 a { background-color: rgb(188,78,159); }

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

border-color css

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

 span { border-color: rgb(188,78,159); }

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