Html Css Color HEX #BC45A0 Mulberry

📋 copy color: '#BC45A0'

red 188 ◦ green 69 ◦ blue 160

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

Shades of Mulberry #BC45A0

Tints of Mulberry #BC45A0

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.55%

 BLUE value IS 160 (62.89% from 255) = 38.37%

R = 45.08%
G = 16.55%
B = 38.37%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.15

 K value IS 0.26

RGB Variations

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

Color information

#BC45A0 (or 0xBC45A0) is known color: Mulberry. HEX triplet: BC, 45 and A0. RGB value is (188,69,160). Sum of RGB (Red+Green+Blue) = 188+69+160=417 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.08% from 417); Green value is 69 (27.34% from 255 or 16.55% from 417); Blue value is 160 (62.89% from 255 or 38.37% from 417); Max value from RGB is 188 - color contains mainly: red. Hex color #BC45A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC45A0 is #43BA5F. Grayscale: #727272. Windows color (decimal): -4438624 or 10503612. OLE color: 10503612.

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

Color convert

RGB 188 69 160 -
CMYK 0 0.63 0.15 0.26
HSL 314.12º 0.47% 0.5% -
HSV(B) 314.12º 0.63% 0.74% -
XYZ 29.21 17.49 35.09 -
YUV 114.96 153.42 180.1 -
System Red Green Blue C M Y K H S L
Decimal 188 69 160 0 0.63 0.15 0.26 314.12 0.47 0.5
Hex BC 45 A0 0 3F F 1A 13A 2F 32
Octal 274 105 240 0 77 17 32 472 57 62
Binary 10111100 1000101 10100000 0 111111 1111 11010 100111010 101111 110010

Color Harmonies of #BC45A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC45A0

Black with #BC45A0

Text Example


Text Example

White with #BC45A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC45A0; }

 p { color: rgb(188,69,160); }

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

background-color css

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

 a { background-color: rgb(188,69,160); }

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

border-color css

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

 span { border-color: rgb(188,69,160); }

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