Html Css Color HEX #BC4F8B Mulberry

📋 copy color: '#BC4F8B'

red 188 ◦ green 79 ◦ blue 139

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

Shades of Mulberry #BC4F8B

Tints of Mulberry #BC4F8B

RGB

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

 GREEN value IS 79 (31.25% from 255) = 19.46%

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

R = 46.31%
G = 19.46%
B = 34.24%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#BC4F8B (or 0xBC4F8B) is known color: Mulberry. HEX triplet: BC, 4F and 8B. RGB value is (188,79,139). Sum of RGB (Red+Green+Blue) = 188+79+139=406 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.31% from 406); Green value is 79 (31.25% from 255 or 19.46% from 406); Blue value is 139 (54.69% from 255 or 34.24% from 406); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4F8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC4F8B is #43B074. Grayscale: #767676. Windows color (decimal): -4436085 or 9129916. OLE color: 9129916.

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

Color convert

RGB 188 79 139 -
CMYK 0 0.58 0.26 0.26
HSL 326.97º 0.45% 0.52% -
HSV(B) 326.97º 0.58% 0.74% -
XYZ 28.2 18.15 26.44 -
YUV 118.43 139.61 177.62 -
System Red Green Blue C M Y K H S L
Decimal 188 79 139 0 0.58 0.26 0.26 326.97 0.45 0.52
Hex BC 4F 8B 0 3A 1A 1A 147 2D 34
Octal 274 117 213 0 72 32 32 507 55 64
Binary 10111100 1001111 10001011 0 111010 11010 11010 101000111 101101 110100

Color Harmonies of #BC4F8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4F8B

Black with #BC4F8B

Text Example


Text Example

White with #BC4F8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4F8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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