Html Css Color HEX #BE4AEE Medium Orchid

📋 copy color: '#BE4AEE'

red 190 ◦ green 74 ◦ blue 238

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

Shades of Medium Orchid #BE4AEE

Tints of Medium Orchid #BE4AEE

RGB

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

 GREEN value IS 74 (29.3% from 255) = 14.74%

 BLUE value IS 238 (93.36% from 255) = 47.41%

R = 37.85%
G = 14.74%
B = 47.41%

CMYK

 C value IS 0.20

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BE4AEE (or 0xBE4AEE) is known color: Medium Orchid. HEX triplet: BE, 4A and EE. RGB value is (190,74,238). Sum of RGB (Red+Green+Blue) = 190+74+238=502 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.85% from 502); Green value is 74 (29.30% from 255 or 14.74% from 502); Blue value is 238 (93.36% from 255 or 47.41% from 502); Max value from RGB is 238 - color contains mainly: blue. Hex color #BE4AEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE4AEE is #41B511. Grayscale: #7E7E7E. Windows color (decimal): -4306194 or 15616702. OLE color: 15616702.

HSL color Cylindrical-coordinate representation of color #BE4AEE: hue angle of 282.44º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BE4AEE is Cyan = 0.20, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 190 74 238 -
CMYK 0.20 0.69 0 0.07
HSL 282.44º 0.83% 0.61% -
HSV(B) 282.44º 0.69% 0.93% -
XYZ 39.12 22.02 83.08 -
YUV 127.38 190.43 172.66 -
System Red Green Blue C M Y K H S L
Decimal 190 74 238 0.20 0.69 0 0.07 282.44 0.83 0.61
Hex BE 4A EE 14 45 0 7 11A 53 3D
Octal 276 112 356 24 105 0 7 432 123 75
Binary 10111110 1001010 11101110 10100 1000101 0 111 100011010 1010011 111101

Color Harmonies of #BE4AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4AEE

Black with #BE4AEE

Text Example


Text Example

White with #BE4AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4AEE; }

 p { color: rgb(190,74,238); }

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

background-color css

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

 a { background-color: rgb(190,74,238); }

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

border-color css

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

 span { border-color: rgb(190,74,238); }

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