Html Css Color HEX #BC4E8A Mulberry

📋 copy color: '#BC4E8A'

red 188 ◦ green 78 ◦ blue 138

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

Shades of Mulberry #BC4E8A

Tints of Mulberry #BC4E8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 34.16%

R = 46.53%
G = 19.31%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#BC4E8A (or 0xBC4E8A) is known color: Mulberry. HEX triplet: BC, 4E and 8A. RGB value is (188,78,138). Sum of RGB (Red+Green+Blue) = 188+78+138=404 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.53% from 404); Green value is 78 (30.86% from 255 or 19.31% from 404); Blue value is 138 (54.30% from 255 or 34.16% from 404); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4E8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC4E8A is #43B175. Grayscale: #757575. Windows color (decimal): -4436342 or 9064124. OLE color: 9064124.

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

Color convert

RGB 188 78 138 -
CMYK 0 0.59 0.27 0.26
HSL 327.27º 0.45% 0.52% -
HSV(B) 327.27º 0.59% 0.74% -
XYZ 28.05 17.98 26.04 -
YUV 117.73 139.44 178.12 -
System Red Green Blue C M Y K H S L
Decimal 188 78 138 0 0.59 0.27 0.26 327.27 0.45 0.52
Hex BC 4E 8A 0 3B 1B 1A 147 2D 34
Octal 274 116 212 0 73 33 32 507 55 64
Binary 10111100 1001110 10001010 0 111011 11011 11010 101000111 101101 110100

Color Harmonies of #BC4E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4E8A

Black with #BC4E8A

Text Example


Text Example

White with #BC4E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4E8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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