Html Css Color HEX #BC4A8B Mulberry

📋 copy color: '#BC4A8B'

red 188 ◦ green 74 ◦ blue 139

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

Shades of Mulberry #BC4A8B

Tints of Mulberry #BC4A8B

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.45%

 BLUE value IS 139 (54.69% from 255) = 34.66%

R = 46.88%
G = 18.45%
B = 34.66%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#BC4A8B (or 0xBC4A8B) is known color: Mulberry. HEX triplet: BC, 4A and 8B. RGB value is (188,74,139). Sum of RGB (Red+Green+Blue) = 188+74+139=401 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.88% from 401); Green value is 74 (29.30% from 255 or 18.45% from 401); Blue value is 139 (54.69% from 255 or 34.66% from 401); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4A8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC4A8B is #43B574. Grayscale: #737373. Windows color (decimal): -4437365 or 9128636. OLE color: 9128636.

HSL color Cylindrical-coordinate representation of color #BC4A8B: hue angle of 325.79º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BC4A8B is Cyan = 0, Magento = 0.61, Yellow = 0.26 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 74 139 -
CMYK 0 0.61 0.26 0.26
HSL 325.79º 0.46% 0.51% -
HSV(B) 325.79º 0.61% 0.74% -
XYZ 27.85 17.45 26.33 -
YUV 115.5 141.27 179.71 -
System Red Green Blue C M Y K H S L
Decimal 188 74 139 0 0.61 0.26 0.26 325.79 0.46 0.51
Hex BC 4A 8B 0 3D 1A 1A 146 2E 33
Octal 274 112 213 0 75 32 32 506 56 63
Binary 10111100 1001010 10001011 0 111101 11010 11010 101000110 101110 110011

Color Harmonies of #BC4A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4A8B

Black with #BC4A8B

Text Example


Text Example

White with #BC4A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4A8B; }

 p { color: rgb(188,74,139); }

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

background-color css

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

 a { background-color: rgb(188,74,139); }

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

border-color css

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

 span { border-color: rgb(188,74,139); }

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