Html Css Color HEX #BE4EEE Medium Orchid

📋 copy color: '#BE4EEE'

red 190 ◦ green 78 ◦ blue 238

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

Shades of Medium Orchid #BE4EEE

Tints of Medium Orchid #BE4EEE

RGB

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

 GREEN value IS 78 (30.86% from 255) = 15.42%

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

R = 37.55%
G = 15.42%
B = 47.04%

CMYK

 C value IS 0.20

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BE4EEE (or 0xBE4EEE) is known color: Medium Orchid. HEX triplet: BE, 4E and EE. RGB value is (190,78,238). Sum of RGB (Red+Green+Blue) = 190+78+238=506 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.55% from 506); Green value is 78 (30.86% from 255 or 15.42% from 506); Blue value is 238 (93.36% from 255 or 47.04% from 506); Max value from RGB is 238 - color contains mainly: blue. Hex color #BE4EEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE4EEE is #41B111. Grayscale: #818181. Windows color (decimal): -4305170 or 15617726. OLE color: 15617726.

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

Color convert

RGB 190 78 238 -
CMYK 0.20 0.67 0 0.07
HSL 282º 0.82% 0.62% -
HSV(B) 282º 0.67% 0.93% -
XYZ 39.39 22.57 83.17 -
YUV 129.73 189.11 170.99 -
System Red Green Blue C M Y K H S L
Decimal 190 78 238 0.20 0.67 0 0.07 282 0.82 0.62
Hex BE 4E EE 14 43 0 7 11A 52 3E
Octal 276 116 356 24 103 0 7 432 122 76
Binary 10111110 1001110 11101110 10100 1000011 0 111 100011010 1010010 111110

Color Harmonies of #BE4EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4EEE

Black with #BE4EEE

Text Example


Text Example

White with #BE4EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4EEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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