Html Css Color HEX #BC45A1 Mulberry

📋 copy color: '#BC45A1'

red 188 ◦ green 69 ◦ blue 161

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

Shades of Mulberry #BC45A1

Tints of Mulberry #BC45A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 38.52%

R = 44.98%
G = 16.51%
B = 38.52%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.14

 K value IS 0.26

RGB Variations

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

Color information

#BC45A1 (or 0xBC45A1) is known color: Mulberry. HEX triplet: BC, 45 and A1. RGB value is (188,69,161). Sum of RGB (Red+Green+Blue) = 188+69+161=418 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.98% from 418); Green value is 69 (27.34% from 255 or 16.51% from 418); Blue value is 161 (63.28% from 255 or 38.52% from 418); Max value from RGB is 188 - color contains mainly: red. Hex color #BC45A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC45A1 is #43BA5E. Grayscale: #727272. Windows color (decimal): -4438623 or 10569148. OLE color: 10569148.

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

Color convert

RGB 188 69 161 -
CMYK 0 0.63 0.14 0.26
HSL 313.61º 0.47% 0.5% -
HSV(B) 313.61º 0.63% 0.74% -
XYZ 29.3 17.52 35.56 -
YUV 115.07 153.92 180.02 -
System Red Green Blue C M Y K H S L
Decimal 188 69 161 0 0.63 0.14 0.26 313.61 0.47 0.5
Hex BC 45 A1 0 3F E 1A 13A 2F 32
Octal 274 105 241 0 77 16 32 472 57 62
Binary 10111100 1000101 10100001 0 111111 1110 11010 100111010 101111 110010

Color Harmonies of #BC45A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC45A1

Black with #BC45A1

Text Example


Text Example

White with #BC45A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC45A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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