Html Css Color HEX #BC54D1 Medium Orchid

📋 copy color: '#BC54D1'

red 188 ◦ green 84 ◦ blue 209

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

Shades of Medium Orchid #BC54D1

Tints of Medium Orchid #BC54D1

RGB

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

 GREEN value IS 84 (33.2% from 255) = 17.46%

 BLUE value IS 209 (82.03% from 255) = 43.45%

R = 39.09%
G = 17.46%
B = 43.45%

CMYK

 C value IS 0.10

 M value IS 0.60

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BC54D1 (or 0xBC54D1) is known color: Medium Orchid. HEX triplet: BC, 54 and D1. RGB value is (188,84,209). Sum of RGB (Red+Green+Blue) = 188+84+209=481 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.09% from 481); Green value is 84 (33.20% from 255 or 17.46% from 481); Blue value is 209 (82.03% from 255 or 43.45% from 481); Max value from RGB is 209 - color contains mainly: blue. Hex color #BC54D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC54D1 is #43AB2E. Grayscale: #808080. Windows color (decimal): -4434735 or 13718716. OLE color: 13718716.

HSL color Cylindrical-coordinate representation of color #BC54D1: hue angle of 289.92º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BC54D1 is Cyan = 0.10, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 188 84 209 -
CMYK 0.10 0.60 0 0.18
HSL 289.92º 0.58% 0.57% -
HSV(B) 289.92º 0.6% 0.82% -
XYZ 35.42 21.64 62.63 -
YUV 129.35 172.96 169.84 -
System Red Green Blue C M Y K H S L
Decimal 188 84 209 0.10 0.60 0 0.18 289.92 0.58 0.57
Hex BC 54 D1 A 3C 0 12 122 3A 39
Octal 274 124 321 12 74 0 22 442 72 71
Binary 10111100 1010100 11010001 1010 111100 0 10010 100100010 111010 111001

Color Harmonies of #BC54D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC54D1

Black with #BC54D1

Text Example


Text Example

White with #BC54D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC54D1; }

 p { color: rgb(188,84,209); }

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

background-color css

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

 a { background-color: rgb(188,84,209); }

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

border-color css

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

 span { border-color: rgb(188,84,209); }

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