Html Css Color HEX #BE4DEE Medium Orchid

📋 copy color: '#BE4DEE'

red 190 ◦ green 77 ◦ blue 238

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

Shades of Medium Orchid #BE4DEE

Tints of Medium Orchid #BE4DEE

RGB

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

 GREEN value IS 77 (30.47% from 255) = 15.25%

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

R = 37.62%
G = 15.25%
B = 47.13%

CMYK

 C value IS 0.20

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BE4DEE (or 0xBE4DEE) is known color: Medium Orchid. HEX triplet: BE, 4D and EE. RGB value is (190,77,238). Sum of RGB (Red+Green+Blue) = 190+77+238=505 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.62% from 505); Green value is 77 (30.47% from 255 or 15.25% from 505); Blue value is 238 (93.36% from 255 or 47.13% from 505); Max value from RGB is 238 - color contains mainly: blue. Hex color #BE4DEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE4DEE is #41B211. Grayscale: #808080. Windows color (decimal): -4305426 or 15617470. OLE color: 15617470.

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

Color convert

RGB 190 77 238 -
CMYK 0.20 0.68 0 0.07
HSL 282.11º 0.83% 0.62% -
HSV(B) 282.11º 0.68% 0.93% -
XYZ 39.32 22.43 83.15 -
YUV 129.14 189.44 171.41 -
System Red Green Blue C M Y K H S L
Decimal 190 77 238 0.20 0.68 0 0.07 282.11 0.83 0.62
Hex BE 4D EE 14 44 0 7 11A 53 3E
Octal 276 115 356 24 104 0 7 432 123 76
Binary 10111110 1001101 11101110 10100 1000100 0 111 100011010 1010011 111110

Color Harmonies of #BE4DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4DEE

Black with #BE4DEE

Text Example


Text Example

White with #BE4DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4DEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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