Html Css Color HEX #BC5E9B Mulberry

📋 copy color: '#BC5E9B'

red 188 ◦ green 94 ◦ blue 155

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

Shades of Mulberry #BC5E9B

Tints of Mulberry #BC5E9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 35.47%

R = 43.02%
G = 21.51%
B = 35.47%

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

#BC5E9B (or 0xBC5E9B) is known color: Mulberry. HEX triplet: BC, 5E and 9B. RGB value is (188,94,155). Sum of RGB (Red+Green+Blue) = 188+94+155=437 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.02% from 437); Green value is 94 (37.11% from 255 or 21.51% from 437); Blue value is 155 (60.94% from 255 or 35.47% from 437); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5E9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5E9B is #43A164. Grayscale: #808080. Windows color (decimal): -4432229 or 10182332. OLE color: 10182332.

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

Color convert

RGB 188 94 155 -
CMYK 0 0.50 0.18 0.26
HSL 321.06º 0.41% 0.55% -
HSV(B) 321.06º 0.5% 0.74% -
XYZ 30.66 21.06 33.46 -
YUV 129.06 142.64 170.04 -
System Red Green Blue C M Y K H S L
Decimal 188 94 155 0 0.50 0.18 0.26 321.06 0.41 0.55
Hex BC 5E 9B 0 32 12 1A 141 29 37
Octal 274 136 233 0 62 22 32 501 51 67
Binary 10111100 1011110 10011011 0 110010 10010 11010 101000001 101001 110111

Color Harmonies of #BC5E9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5E9B

Black with #BC5E9B

Text Example


Text Example

White with #BC5E9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5E9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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