Html Css Color HEX #BC45A2 Mulberry

📋 copy color: '#BC45A2'

red 188 ◦ green 69 ◦ blue 162

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

Shades of Mulberry #BC45A2

Tints of Mulberry #BC45A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 38.66%

R = 44.87%
G = 16.47%
B = 38.66%

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

#BC45A2 (or 0xBC45A2) is known color: Mulberry. HEX triplet: BC, 45 and A2. RGB value is (188,69,162). Sum of RGB (Red+Green+Blue) = 188+69+162=419 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.87% from 419); Green value is 69 (27.34% from 255 or 16.47% from 419); Blue value is 162 (63.67% from 255 or 38.66% from 419); Max value from RGB is 188 - color contains mainly: red. Hex color #BC45A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC45A2 is #43BA5D. Grayscale: #727272. Windows color (decimal): -4438622 or 10634684. OLE color: 10634684.

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

Color convert

RGB 188 69 162 -
CMYK 0 0.63 0.14 0.26
HSL 313.11º 0.47% 0.5% -
HSV(B) 313.11º 0.63% 0.74% -
XYZ 29.39 17.56 36.02 -
YUV 115.18 154.42 179.94 -
System Red Green Blue C M Y K H S L
Decimal 188 69 162 0 0.63 0.14 0.26 313.11 0.47 0.5
Hex BC 45 A2 0 3F E 1A 139 2F 32
Octal 274 105 242 0 77 16 32 471 57 62
Binary 10111100 1000101 10100010 0 111111 1110 11010 100111001 101111 110010

Color Harmonies of #BC45A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC45A2

Black with #BC45A2

Text Example


Text Example

White with #BC45A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC45A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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