Html Css Color HEX #BC5E94 Mulberry

📋 copy color: '#BC5E94'

red 188 ◦ green 94 ◦ blue 148

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

Shades of Mulberry #BC5E94

Tints of Mulberry #BC5E94

RGB

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

 GREEN value IS 94 (37.11% from 255) = 21.86%

 BLUE value IS 148 (58.2% from 255) = 34.42%

R = 43.72%
G = 21.86%
B = 34.42%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.21

 K value IS 0.26

RGB Variations

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

Color information

#BC5E94 (or 0xBC5E94) is known color: Mulberry. HEX triplet: BC, 5E and 94. RGB value is (188,94,148). Sum of RGB (Red+Green+Blue) = 188+94+148=430 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.72% from 430); Green value is 94 (37.11% from 255 or 21.86% from 430); Blue value is 148 (58.20% from 255 or 34.42% from 430); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5E94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5E94 is #43A16B. Grayscale: #808080. Windows color (decimal): -4432236 or 9723580. OLE color: 9723580.

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

Color convert

RGB 188 94 148 -
CMYK 0 0.50 0.21 0.26
HSL 325.53º 0.41% 0.55% -
HSV(B) 325.53º 0.5% 0.74% -
XYZ 30.09 20.83 30.45 -
YUV 128.26 139.14 170.61 -
System Red Green Blue C M Y K H S L
Decimal 188 94 148 0 0.50 0.21 0.26 325.53 0.41 0.55
Hex BC 5E 94 0 32 15 1A 146 29 37
Octal 274 136 224 0 62 25 32 506 51 67
Binary 10111100 1011110 10010100 0 110010 10101 11010 101000110 101001 110111

Color Harmonies of #BC5E94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5E94

Black with #BC5E94

Text Example


Text Example

White with #BC5E94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5E94; }

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

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

background-color css

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

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

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

border-color css

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

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

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