Html Css Color HEX #BE4FEA Medium Orchid

📋 copy color: '#BE4FEA'

red 190 ◦ green 79 ◦ blue 234

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

Shades of Medium Orchid #BE4FEA

Tints of Medium Orchid #BE4FEA

RGB

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

 GREEN value IS 79 (31.25% from 255) = 15.71%

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

R = 37.77%
G = 15.71%
B = 46.52%

CMYK

 C value IS 0.19

 M value IS 0.66

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BE4FEA (or 0xBE4FEA) is known color: Medium Orchid. HEX triplet: BE, 4F and EA. RGB value is (190,79,234). Sum of RGB (Red+Green+Blue) = 190+79+234=503 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.77% from 503); Green value is 79 (31.25% from 255 or 15.71% from 503); Blue value is 234 (91.80% from 255 or 46.52% from 503); Max value from RGB is 234 - color contains mainly: blue. Hex color #BE4FEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE4FEA is #41B015. Grayscale: #818181. Windows color (decimal): -4304918 or 15355838. OLE color: 15355838.

HSL color Cylindrical-coordinate representation of color #BE4FEA: hue angle of 282.97º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BE4FEA is Cyan = 0.19, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 190 79 234 -
CMYK 0.19 0.66 0 0.08
HSL 282.97º 0.79% 0.61% -
HSV(B) 282.97º 0.66% 0.92% -
XYZ 38.88 22.48 80.13 -
YUV 129.86 186.77 170.9 -
System Red Green Blue C M Y K H S L
Decimal 190 79 234 0.19 0.66 0 0.08 282.97 0.79 0.61
Hex BE 4F EA 13 42 0 8 11B 4F 3D
Octal 276 117 352 23 102 0 10 433 117 75
Binary 10111110 1001111 11101010 10011 1000010 0 1000 100011011 1001111 111101

Color Harmonies of #BE4FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4FEA

Black with #BE4FEA

Text Example


Text Example

White with #BE4FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4FEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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