Html Css Color HEX #BC4399 Mulberry

📋 copy color: '#BC4399'

red 188 ◦ green 67 ◦ blue 153

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

Shades of Mulberry #BC4399

Tints of Mulberry #BC4399

RGB

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

 GREEN value IS 67 (26.56% from 255) = 16.42%

 BLUE value IS 153 (60.16% from 255) = 37.5%

R = 46.08%
G = 16.42%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.19

 K value IS 0.26

RGB Variations

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

Color information

#BC4399 (or 0xBC4399) is known color: Mulberry. HEX triplet: BC, 43 and 99. RGB value is (188,67,153). Sum of RGB (Red+Green+Blue) = 188+67+153=408 (54% of max value = 765). Red value is 188 (73.83% from 255 or 46.08% from 408); Green value is 67 (26.56% from 255 or 16.42% from 408); Blue value is 153 (60.16% from 255 or 37.5% from 408); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4399 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC4399 is #43BC66. Grayscale: #707070. Windows color (decimal): -4439143 or 10044348. OLE color: 10044348.

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

Color convert

RGB 188 67 153 -
CMYK 0 0.64 0.19 0.26
HSL 317.36º 0.47% 0.5% -
HSV(B) 317.36º 0.64% 0.74% -
XYZ 28.5 17.01 31.92 -
YUV 112.98 150.59 181.51 -
System Red Green Blue C M Y K H S L
Decimal 188 67 153 0 0.64 0.19 0.26 317.36 0.47 0.5
Hex BC 43 99 0 40 13 1A 13D 2F 32
Octal 274 103 231 0 100 23 32 475 57 62
Binary 10111100 1000011 10011001 0 1000000 10011 11010 100111101 101111 110010

Color Harmonies of #BC4399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4399

Black with #BC4399

Text Example


Text Example

White with #BC4399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4399; }

 p { color: rgb(188,67,153); }

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

background-color css

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

 a { background-color: rgb(188,67,153); }

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

border-color css

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

 span { border-color: rgb(188,67,153); }

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