Html Css Color HEX #BC53EE Medium Orchid

📋 copy color: '#BC53EE'

red 188 ◦ green 83 ◦ blue 238

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

Shades of Medium Orchid #BC53EE

Tints of Medium Orchid #BC53EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 46.76%

R = 36.94%
G = 16.31%
B = 46.76%

CMYK

 C value IS 0.21

 M value IS 0.65

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BC53EE (or 0xBC53EE) is known color: Medium Orchid. HEX triplet: BC, 53 and EE. RGB value is (188,83,238). Sum of RGB (Red+Green+Blue) = 188+83+238=509 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.94% from 509); Green value is 83 (32.81% from 255 or 16.31% from 509); Blue value is 238 (93.36% from 255 or 46.76% from 509); Max value from RGB is 238 - color contains mainly: blue. Hex color #BC53EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC53EE is #43AC11. Grayscale: #838383. Windows color (decimal): -4434962 or 15619004. OLE color: 15619004.

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

Color convert

RGB 188 83 238 -
CMYK 0.21 0.65 0 0.07
HSL 280.65º 0.82% 0.63% -
HSV(B) 280.65º 0.65% 0.93% -
XYZ 39.26 23.05 83.27 -
YUV 132.07 187.79 167.9 -
System Red Green Blue C M Y K H S L
Decimal 188 83 238 0.21 0.65 0 0.07 280.65 0.82 0.63
Hex BC 53 EE 15 41 0 7 119 52 3F
Octal 274 123 356 25 101 0 7 431 122 77
Binary 10111100 1010011 11101110 10101 1000001 0 111 100011001 1010010 111111

Color Harmonies of #BC53EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC53EE

Black with #BC53EE

Text Example


Text Example

White with #BC53EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC53EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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