Html Css Color HEX #BE30EF Medium Orchid

📋 copy color: '#BE30EF'

red 190 ◦ green 48 ◦ blue 239

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

Shades of Medium Orchid #BE30EF

Tints of Medium Orchid #BE30EF

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10.06%

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

R = 39.83%
G = 10.06%
B = 50.1%

CMYK

 C value IS 0.21

 M value IS 0.80

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BE30EF (or 0xBE30EF) is known color: Medium Orchid. HEX triplet: BE, 30 and EF. RGB value is (190,48,239). Sum of RGB (Red+Green+Blue) = 190+48+239=477 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.83% from 477); Green value is 48 (19.14% from 255 or 10.06% from 477); Blue value is 239 (93.75% from 255 or 50.10% from 477); Max value from RGB is 239 - color contains mainly: blue. Hex color #BE30EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE30EF is #41CF10. Grayscale: #6F6F6F. Windows color (decimal): -4312849 or 15675582. OLE color: 15675582.

HSL color Cylindrical-coordinate representation of color #BE30EF: hue angle of 284.61º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BE30EF is Cyan = 0.21, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 190 48 239 -
CMYK 0.21 0.80 0 0.06
HSL 284.61º 0.86% 0.56% -
HSV(B) 284.61º 0.8% 0.94% -
XYZ 37.87 19.29 83.39 -
YUV 112.23 199.54 183.47 -
System Red Green Blue C M Y K H S L
Decimal 190 48 239 0.21 0.80 0 0.06 284.61 0.86 0.56
Hex BE 30 EF 15 50 0 6 11D 56 38
Octal 276 60 357 25 120 0 6 435 126 70
Binary 10111110 110000 11101111 10101 1010000 0 110 100011101 1010110 111000

Color Harmonies of #BE30EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE30EF

Black with #BE30EF

Text Example


Text Example

White with #BE30EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE30EF; }

 p { color: rgb(190,48,239); }

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

background-color css

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

 a { background-color: rgb(190,48,239); }

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

border-color css

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

 span { border-color: rgb(190,48,239); }

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