Html Css Color HEX #BC53DE Medium Orchid

📋 copy color: '#BC53DE'

red 188 ◦ green 83 ◦ blue 222

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

Shades of Medium Orchid #BC53DE

Tints of Medium Orchid #BC53DE

RGB

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

 GREEN value IS 83 (32.81% from 255) = 16.84%

 BLUE value IS 222 (87.11% from 255) = 45.03%

R = 38.13%
G = 16.84%
B = 45.03%

CMYK

 C value IS 0.15

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BC53DE (or 0xBC53DE) is known color: Medium Orchid. HEX triplet: BC, 53 and DE. RGB value is (188,83,222). Sum of RGB (Red+Green+Blue) = 188+83+222=493 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.13% from 493); Green value is 83 (32.81% from 255 or 16.84% from 493); Blue value is 222 (87.11% from 255 or 45.03% from 493); Max value from RGB is 222 - color contains mainly: blue. Hex color #BC53DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC53DE is #43AC21. Grayscale: #818181. Windows color (decimal): -4434978 or 14570428. OLE color: 14570428.

HSL color Cylindrical-coordinate representation of color #BC53DE: hue angle of 285.32º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BC53DE is Cyan = 0.15, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 83 222 -
CMYK 0.15 0.63 0 0.13
HSL 285.32º 0.68% 0.6% -
HSV(B) 285.32º 0.63% 0.87% -
XYZ 37.02 22.15 71.43 -
YUV 130.24 179.79 169.2 -
System Red Green Blue C M Y K H S L
Decimal 188 83 222 0.15 0.63 0 0.13 285.32 0.68 0.6
Hex BC 53 DE F 3F 0 D 11D 44 3C
Octal 274 123 336 17 77 0 15 435 104 74
Binary 10111100 1010011 11011110 1111 111111 0 1101 100011101 1000100 111100

Color Harmonies of #BC53DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC53DE

Black with #BC53DE

Text Example


Text Example

White with #BC53DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC53DE; }

 p { color: rgb(188,83,222); }

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

background-color css

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

 a { background-color: rgb(188,83,222); }

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

border-color css

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

 span { border-color: rgb(188,83,222); }

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