Html Css Color HEX #BE53F8 Medium Orchid

📋 copy color: '#BE53F8'

red 190 ◦ green 83 ◦ blue 248

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

Shades of Medium Orchid #BE53F8

Tints of Medium Orchid #BE53F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 47.6%

R = 36.47%
G = 15.93%
B = 47.6%

CMYK

 C value IS 0.23

 M value IS 0.67

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BE53F8 (or 0xBE53F8) is known color: Medium Orchid. HEX triplet: BE, 53 and F8. RGB value is (190,83,248). Sum of RGB (Red+Green+Blue) = 190+83+248=521 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.47% from 521); Green value is 83 (32.81% from 255 or 15.93% from 521); Blue value is 248 (97.27% from 255 or 47.60% from 521); Max value from RGB is 248 - color contains mainly: blue. Hex color #BE53F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE53F8 is #41AC07. Grayscale: #858585. Windows color (decimal): -4303880 or 16274366. OLE color: 16274366.

HSL color Cylindrical-coordinate representation of color #BE53F8: hue angle of 278.91º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BE53F8 is Cyan = 0.23, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 190 83 248 -
CMYK 0.23 0.67 0 0.03
HSL 278.91º 0.92% 0.65% -
HSV(B) 278.91º 0.67% 0.97% -
XYZ 41.27 23.91 91.25 -
YUV 133.8 192.45 168.08 -
System Red Green Blue C M Y K H S L
Decimal 190 83 248 0.23 0.67 0 0.03 278.91 0.92 0.65
Hex BE 53 F8 17 43 0 3 117 5C 41
Octal 276 123 370 27 103 0 3 427 134 101
Binary 10111110 1010011 11111000 10111 1000011 0 11 100010111 1011100 1000001

Color Harmonies of #BE53F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE53F8

Black with #BE53F8

Text Example


Text Example

White with #BE53F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE53F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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