Html Css Color HEX #BC439F Mulberry

📋 copy color: '#BC439F'

red 188 ◦ green 67 ◦ blue 159

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

Shades of Mulberry #BC439F

Tints of Mulberry #BC439F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 38.41%

R = 45.41%
G = 16.18%
B = 38.41%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.15

 K value IS 0.26

RGB Variations

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

Color information

#BC439F (or 0xBC439F) is known color: Mulberry. HEX triplet: BC, 43 and 9F. RGB value is (188,67,159). Sum of RGB (Red+Green+Blue) = 188+67+159=414 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.41% from 414); Green value is 67 (26.56% from 255 or 16.18% from 414); Blue value is 159 (62.5% from 255 or 38.41% from 414); Max value from RGB is 188 - color contains mainly: red. Hex color #BC439F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC439F is #43BC60. Grayscale: #717171. Windows color (decimal): -4439137 or 10437564. OLE color: 10437564.

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

Color convert

RGB 188 67 159 -
CMYK 0 0.64 0.15 0.26
HSL 314.38º 0.47% 0.5% -
HSV(B) 314.38º 0.64% 0.74% -
XYZ 29 17.21 34.59 -
YUV 113.67 153.59 181.02 -
System Red Green Blue C M Y K H S L
Decimal 188 67 159 0 0.64 0.15 0.26 314.38 0.47 0.5
Hex BC 43 9F 0 40 F 1A 13A 2F 32
Octal 274 103 237 0 100 17 32 472 57 62
Binary 10111100 1000011 10011111 0 1000000 1111 11010 100111010 101111 110010

Color Harmonies of #BC439F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC439F

Black with #BC439F

Text Example


Text Example

White with #BC439F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC439F; }

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

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

background-color css

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

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

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

border-color css

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

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

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