Html Css Color HEX #BC449F Mulberry

📋 copy color: '#BC449F'

red 188 ◦ green 68 ◦ blue 159

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

Shades of Mulberry #BC449F

Tints of Mulberry #BC449F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 16.39%

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

R = 45.3%
G = 16.39%
B = 38.31%

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

#BC449F (or 0xBC449F) is known color: Mulberry. HEX triplet: BC, 44 and 9F. RGB value is (188,68,159). Sum of RGB (Red+Green+Blue) = 188+68+159=415 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.30% from 415); Green value is 68 (26.95% from 255 or 16.39% from 415); Blue value is 159 (62.5% from 255 or 38.31% from 415); Max value from RGB is 188 - color contains mainly: red. Hex color #BC449F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC449F is #43BB60. Grayscale: #727272. Windows color (decimal): -4438881 or 10437820. OLE color: 10437820.

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

Color convert

RGB 188 68 159 -
CMYK 0 0.64 0.15 0.26
HSL 314.5º 0.47% 0.5% -
HSV(B) 314.5º 0.64% 0.74% -
XYZ 29.06 17.33 34.61 -
YUV 114.25 153.26 180.6 -
System Red Green Blue C M Y K H S L
Decimal 188 68 159 0 0.64 0.15 0.26 314.5 0.47 0.5
Hex BC 44 9F 0 40 F 1A 13A 2F 32
Octal 274 104 237 0 100 17 32 472 57 62
Binary 10111100 1000100 10011111 0 1000000 1111 11010 100111010 101111 110010

Color Harmonies of #BC449F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC449F

Black with #BC449F

Text Example


Text Example

White with #BC449F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC449F; }

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

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

background-color css

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

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

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

border-color css

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

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

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