Html Css Color HEX #BE5FEE Medium Orchid

📋 copy color: '#BE5FEE'

red 190 ◦ green 95 ◦ blue 238

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

Shades of Medium Orchid #BE5FEE

Tints of Medium Orchid #BE5FEE

RGB

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

 GREEN value IS 95 (37.5% from 255) = 18.16%

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

R = 36.33%
G = 18.16%
B = 45.51%

CMYK

 C value IS 0.20

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BE5FEE (or 0xBE5FEE) is known color: Medium Orchid. HEX triplet: BE, 5F and EE. RGB value is (190,95,238). Sum of RGB (Red+Green+Blue) = 190+95+238=523 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.33% from 523); Green value is 95 (37.5% from 255 or 18.16% from 523); Blue value is 238 (93.36% from 255 or 45.51% from 523); Max value from RGB is 238 - color contains mainly: blue. Hex color #BE5FEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE5FEE is #41A011. Grayscale: #8B8B8B. Windows color (decimal): -4300818 or 15622078. OLE color: 15622078.

HSL color Cylindrical-coordinate representation of color #BE5FEE: hue angle of 279.86º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BE5FEE is Cyan = 0.20, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 190 95 238 -
CMYK 0.20 0.60 0 0.07
HSL 279.86º 0.81% 0.65% -
HSV(B) 279.86º 0.6% 0.93% -
XYZ 40.76 25.3 83.62 -
YUV 139.71 183.47 163.87 -
System Red Green Blue C M Y K H S L
Decimal 190 95 238 0.20 0.60 0 0.07 279.86 0.81 0.65
Hex BE 5F EE 14 3C 0 7 118 51 41
Octal 276 137 356 24 74 0 7 430 121 101
Binary 10111110 1011111 11101110 10100 111100 0 111 100011000 1010001 1000001

Color Harmonies of #BE5FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5FEE

Black with #BE5FEE

Text Example


Text Example

White with #BE5FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5FEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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