Html Css Color HEX #BC4D9F Mulberry

📋 copy color: '#BC4D9F'

red 188 ◦ green 77 ◦ blue 159

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

Shades of Mulberry #BC4D9F

Tints of Mulberry #BC4D9F

RGB

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

 GREEN value IS 77 (30.47% from 255) = 18.16%

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

R = 44.34%
G = 18.16%
B = 37.5%

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

#BC4D9F (or 0xBC4D9F) is known color: Mulberry. HEX triplet: BC, 4D and 9F. RGB value is (188,77,159). Sum of RGB (Red+Green+Blue) = 188+77+159=424 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.34% from 424); Green value is 77 (30.47% from 255 or 18.16% from 424); Blue value is 159 (62.5% from 255 or 37.5% from 424); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4D9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC4D9F is #43B260. Grayscale: #777777. Windows color (decimal): -4436577 or 10440124. OLE color: 10440124.

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

Color convert

RGB 188 77 159 -
CMYK 0 0.59 0.15 0.26
HSL 315.68º 0.45% 0.52% -
HSV(B) 315.68º 0.59% 0.74% -
XYZ 29.65 18.5 34.81 -
YUV 119.54 150.27 176.83 -
System Red Green Blue C M Y K H S L
Decimal 188 77 159 0 0.59 0.15 0.26 315.68 0.45 0.52
Hex BC 4D 9F 0 3B F 1A 13C 2D 34
Octal 274 115 237 0 73 17 32 474 55 64
Binary 10111100 1001101 10011111 0 111011 1111 11010 100111100 101101 110100

Color Harmonies of #BC4D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4D9F

Black with #BC4D9F

Text Example


Text Example

White with #BC4D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4D9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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