Html Css Color HEX #BC478B Mulberry

📋 copy color: '#BC478B'

red 188 ◦ green 71 ◦ blue 139

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

Shades of Mulberry #BC478B

Tints of Mulberry #BC478B

RGB

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

 GREEN value IS 71 (28.13% from 255) = 17.84%

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

R = 47.24%
G = 17.84%
B = 34.92%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#BC478B (or 0xBC478B) is known color: Mulberry. HEX triplet: BC, 47 and 8B. RGB value is (188,71,139). Sum of RGB (Red+Green+Blue) = 188+71+139=398 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.24% from 398); Green value is 71 (28.12% from 255 or 17.84% from 398); Blue value is 139 (54.69% from 255 or 34.92% from 398); Max value from RGB is 188 - color contains mainly: red. Hex color #BC478B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC478B is #43B874. Grayscale: #717171. Windows color (decimal): -4438133 or 9127868. OLE color: 9127868.

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

Color convert

RGB 188 71 139 -
CMYK 0 0.62 0.26 0.26
HSL 325.13º 0.47% 0.51% -
HSV(B) 325.13º 0.62% 0.74% -
XYZ 27.65 17.06 26.26 -
YUV 113.74 142.26 180.97 -
System Red Green Blue C M Y K H S L
Decimal 188 71 139 0 0.62 0.26 0.26 325.13 0.47 0.51
Hex BC 47 8B 0 3E 1A 1A 145 2F 33
Octal 274 107 213 0 76 32 32 505 57 63
Binary 10111100 1000111 10001011 0 111110 11010 11010 101000101 101111 110011

Color Harmonies of #BC478B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC478B

Black with #BC478B

Text Example


Text Example

White with #BC478B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC478B; }

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

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

background-color css

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

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

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

border-color css

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

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

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