Html Css Color HEX #BE53FC Medium Orchid

📋 copy color: '#BE53FC'

red 190 ◦ green 83 ◦ blue 252

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

Shades of Medium Orchid #BE53FC

Tints of Medium Orchid #BE53FC

RGB

 RED value IS 190 (74.61% from 255) = 36.19%

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

 BLUE value IS 252 (98.83% from 255) = 48%

R = 36.19%
G = 15.81%
B = 48%

CMYK

 C value IS 0.25

 M value IS 0.67

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BE53FC (or 0xBE53FC) is known color: Medium Orchid. HEX triplet: BE, 53 and FC. RGB value is (190,83,252). Sum of RGB (Red+Green+Blue) = 190+83+252=525 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.19% from 525); Green value is 83 (32.81% from 255 or 15.81% from 525); Blue value is 252 (98.83% from 255 or 48% from 525); Max value from RGB is 252 - color contains mainly: blue. Hex color #BE53FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE53FC is #41AC03. Grayscale: #858585. Windows color (decimal): -4303876 or 16536510. OLE color: 16536510.

HSL color Cylindrical-coordinate representation of color #BE53FC: hue angle of 277.99º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BE53FC is Cyan = 0.25, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 190 83 252 -
CMYK 0.25 0.67 0 0.01
HSL 277.99º 0.97% 0.66% -
HSV(B) 277.99º 0.67% 0.99% -
XYZ 41.9 24.16 94.55 -
YUV 134.26 194.45 167.76 -
System Red Green Blue C M Y K H S L
Decimal 190 83 252 0.25 0.67 0 0.01 277.99 0.97 0.66
Hex BE 53 FC 19 43 0 1 116 61 42
Octal 276 123 374 31 103 0 1 426 141 102
Binary 10111110 1010011 11111100 11001 1000011 0 1 100010110 1100001 1000010

Color Harmonies of #BE53FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE53FC

Black with #BE53FC

Text Example


Text Example

White with #BE53FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE53FC; }

 p { color: rgb(190,83,252); }

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

background-color css

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

 a { background-color: rgb(190,83,252); }

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

border-color css

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

 span { border-color: rgb(190,83,252); }

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