Html Css Color HEX #BE2FEA Medium Orchid

📋 copy color: '#BE2FEA'

red 190 ◦ green 47 ◦ blue 234

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

Shades of Medium Orchid #BE2FEA

Tints of Medium Orchid #BE2FEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 49.68%

R = 40.34%
G = 9.98%
B = 49.68%

CMYK

 C value IS 0.19

 M value IS 0.80

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BE2FEA (or 0xBE2FEA) is known color: Medium Orchid. HEX triplet: BE, 2F and EA. RGB value is (190,47,234). Sum of RGB (Red+Green+Blue) = 190+47+234=471 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.34% from 471); Green value is 47 (18.75% from 255 or 9.98% from 471); Blue value is 234 (91.80% from 255 or 49.68% from 471); Max value from RGB is 234 - color contains mainly: blue. Hex color #BE2FEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE2FEA is #41D015. Grayscale: #6E6E6E. Windows color (decimal): -4313110 or 15347646. OLE color: 15347646.

HSL color Cylindrical-coordinate representation of color #BE2FEA: hue angle of 285.88º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BE2FEA is Cyan = 0.19, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 190 47 234 -
CMYK 0.19 0.80 0 0.08
HSL 285.88º 0.82% 0.55% -
HSV(B) 285.88º 0.8% 0.92% -
XYZ 37.1 18.92 79.54 -
YUV 111.08 197.38 184.29 -
System Red Green Blue C M Y K H S L
Decimal 190 47 234 0.19 0.80 0 0.08 285.88 0.82 0.55
Hex BE 2F EA 13 50 0 8 11E 52 37
Octal 276 57 352 23 120 0 10 436 122 67
Binary 10111110 101111 11101010 10011 1010000 0 1000 100011110 1010010 110111

Color Harmonies of #BE2FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2FEA

Black with #BE2FEA

Text Example


Text Example

White with #BE2FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2FEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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