Html Css Color HEX #BE5FEC Medium Orchid

📋 copy color: '#BE5FEC'

red 190 ◦ green 95 ◦ blue 236

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

Shades of Medium Orchid #BE5FEC

Tints of Medium Orchid #BE5FEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 45.3%

R = 36.47%
G = 18.23%
B = 45.3%

CMYK

 C value IS 0.19

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BE5FEC (or 0xBE5FEC) is known color: Medium Orchid. HEX triplet: BE, 5F and EC. RGB value is (190,95,236). Sum of RGB (Red+Green+Blue) = 190+95+236=521 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.47% from 521); Green value is 95 (37.5% from 255 or 18.23% from 521); Blue value is 236 (92.58% from 255 or 45.30% from 521); Max value from RGB is 236 - color contains mainly: blue. Hex color #BE5FEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE5FEC is #41A013. Grayscale: #8B8B8B. Windows color (decimal): -4300820 or 15491006. OLE color: 15491006.

HSL color Cylindrical-coordinate representation of color #BE5FEC: hue angle of 280.43º degrees, saturation: 0.79, 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 #BE5FEC is Cyan = 0.19, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 190 95 236 -
CMYK 0.19 0.60 0 0.07
HSL 280.43º 0.79% 0.65% -
HSV(B) 280.43º 0.6% 0.93% -
XYZ 40.47 25.19 82.09 -
YUV 139.48 182.47 164.04 -
System Red Green Blue C M Y K H S L
Decimal 190 95 236 0.19 0.60 0 0.07 280.43 0.79 0.65
Hex BE 5F EC 13 3C 0 7 118 4F 41
Octal 276 137 354 23 74 0 7 430 117 101
Binary 10111110 1011111 11101100 10011 111100 0 111 100011000 1001111 1000001

Color Harmonies of #BE5FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5FEC

Black with #BE5FEC

Text Example


Text Example

White with #BE5FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5FEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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