Html Css Color HEX #BE2FED Medium Orchid

📋 copy color: '#BE2FED'

red 190 ◦ green 47 ◦ blue 237

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

Shades of Medium Orchid #BE2FED

Tints of Medium Orchid #BE2FED

RGB

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

 GREEN value IS 47 (18.75% from 255) = 9.92%

 BLUE value IS 237 (92.97% from 255) = 50%

R = 40.08%
G = 9.92%
B = 50%

CMYK

 C value IS 0.20

 M value IS 0.80

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BE2FED (or 0xBE2FED) is known color: Medium Orchid. HEX triplet: BE, 2F and ED. RGB value is (190,47,237). Sum of RGB (Red+Green+Blue) = 190+47+237=474 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.08% from 474); Green value is 47 (18.75% from 255 or 9.92% from 474); Blue value is 237 (92.97% from 255 or 50% from 474); Max value from RGB is 237 - color contains mainly: blue. Hex color #BE2FED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE2FED is #41D012. Grayscale: #6E6E6E. Windows color (decimal): -4313107 or 15544254. OLE color: 15544254.

HSL color Cylindrical-coordinate representation of color #BE2FED: hue angle of 285.16º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BE2FED is Cyan = 0.20, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 190 47 237 -
CMYK 0.20 0.80 0 0.07
HSL 285.16º 0.84% 0.56% -
HSV(B) 285.16º 0.8% 0.93% -
XYZ 37.54 19.09 81.83 -
YUV 111.42 198.88 184.05 -
System Red Green Blue C M Y K H S L
Decimal 190 47 237 0.20 0.80 0 0.07 285.16 0.84 0.56
Hex BE 2F ED 14 50 0 7 11D 54 38
Octal 276 57 355 24 120 0 7 435 124 70
Binary 10111110 101111 11101101 10100 1010000 0 111 100011101 1010100 111000

Color Harmonies of #BE2FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2FED

Black with #BE2FED

Text Example


Text Example

White with #BE2FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2FED; }

 p { color: rgb(190,47,237); }

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

background-color css

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

 a { background-color: rgb(190,47,237); }

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

border-color css

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

 span { border-color: rgb(190,47,237); }

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