Html Css Color HEX #BC53EF Medium Orchid

📋 copy color: '#BC53EF'

red 188 ◦ green 83 ◦ blue 239

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

Shades of Medium Orchid #BC53EF

Tints of Medium Orchid #BC53EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 46.86%

R = 36.86%
G = 16.27%
B = 46.86%

CMYK

 C value IS 0.21

 M value IS 0.65

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BC53EF (or 0xBC53EF) is known color: Medium Orchid. HEX triplet: BC, 53 and EF. RGB value is (188,83,239). Sum of RGB (Red+Green+Blue) = 188+83+239=510 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.86% from 510); Green value is 83 (32.81% from 255 or 16.27% from 510); Blue value is 239 (93.75% from 255 or 46.86% from 510); Max value from RGB is 239 - color contains mainly: blue. Hex color #BC53EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC53EF is #43AC10. Grayscale: #838383. Windows color (decimal): -4434961 or 15684540. OLE color: 15684540.

HSL color Cylindrical-coordinate representation of color #BC53EF: hue angle of 280.38º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BC53EF is Cyan = 0.21, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 188 83 239 -
CMYK 0.21 0.65 0 0.06
HSL 280.38º 0.83% 0.63% -
HSV(B) 280.38º 0.65% 0.94% -
XYZ 39.41 23.11 84.04 -
YUV 132.18 188.29 167.82 -
System Red Green Blue C M Y K H S L
Decimal 188 83 239 0.21 0.65 0 0.06 280.38 0.83 0.63
Hex BC 53 EF 15 41 0 6 118 53 3F
Octal 274 123 357 25 101 0 6 430 123 77
Binary 10111100 1010011 11101111 10101 1000001 0 110 100011000 1010011 111111

Color Harmonies of #BC53EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC53EF

Black with #BC53EF

Text Example


Text Example

White with #BC53EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC53EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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