Html Css Color HEX #BC5E9A Mulberry

📋 copy color: '#BC5E9A'

red 188 ◦ green 94 ◦ blue 154

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

Shades of Mulberry #BC5E9A

Tints of Mulberry #BC5E9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 35.32%

R = 43.12%
G = 21.56%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.18

 K value IS 0.26

RGB Variations

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

Color information

#BC5E9A (or 0xBC5E9A) is known color: Mulberry. HEX triplet: BC, 5E and 9A. RGB value is (188,94,154). Sum of RGB (Red+Green+Blue) = 188+94+154=436 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.12% from 436); Green value is 94 (37.11% from 255 or 21.56% from 436); Blue value is 154 (60.55% from 255 or 35.32% from 436); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5E9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5E9A is #43A165. Grayscale: #808080. Windows color (decimal): -4432230 or 10116796. OLE color: 10116796.

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

Color convert

RGB 188 94 154 -
CMYK 0 0.50 0.18 0.26
HSL 321.7º 0.41% 0.55% -
HSV(B) 321.7º 0.5% 0.74% -
XYZ 30.57 21.03 33.02 -
YUV 128.95 142.14 170.12 -
System Red Green Blue C M Y K H S L
Decimal 188 94 154 0 0.50 0.18 0.26 321.7 0.41 0.55
Hex BC 5E 9A 0 32 12 1A 142 29 37
Octal 274 136 232 0 62 22 32 502 51 67
Binary 10111100 1011110 10011010 0 110010 10010 11010 101000010 101001 110111

Color Harmonies of #BC5E9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5E9A

Black with #BC5E9A

Text Example


Text Example

White with #BC5E9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5E9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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