Html Css Color HEX #BC53E0 Medium Orchid

📋 copy color: '#BC53E0'

red 188 ◦ green 83 ◦ blue 224

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

Shades of Medium Orchid #BC53E0

Tints of Medium Orchid #BC53E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 45.25%

R = 37.98%
G = 16.77%
B = 45.25%

CMYK

 C value IS 0.16

 M value IS 0.63

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BC53E0 (or 0xBC53E0) is known color: Medium Orchid. HEX triplet: BC, 53 and E0. RGB value is (188,83,224). Sum of RGB (Red+Green+Blue) = 188+83+224=495 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.98% from 495); Green value is 83 (32.81% from 255 or 16.77% from 495); Blue value is 224 (87.89% from 255 or 45.25% from 495); Max value from RGB is 224 - color contains mainly: blue. Hex color #BC53E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC53E0 is #43AC1F. Grayscale: #828282. Windows color (decimal): -4434976 or 14701500. OLE color: 14701500.

HSL color Cylindrical-coordinate representation of color #BC53E0: hue angle of 284.68º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BC53E0 is Cyan = 0.16, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 188 83 224 -
CMYK 0.16 0.63 0 0.12
HSL 284.68º 0.69% 0.6% -
HSV(B) 284.68º 0.63% 0.88% -
XYZ 37.29 22.26 72.85 -
YUV 130.47 180.79 169.04 -
System Red Green Blue C M Y K H S L
Decimal 188 83 224 0.16 0.63 0 0.12 284.68 0.69 0.6
Hex BC 53 E0 10 3F 0 C 11D 45 3C
Octal 274 123 340 20 77 0 14 435 105 74
Binary 10111100 1010011 11100000 10000 111111 0 1100 100011101 1000101 111100

Color Harmonies of #BC53E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC53E0

Black with #BC53E0

Text Example


Text Example

White with #BC53E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC53E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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