Html Css Color HEX #BE61E4 Medium Orchid

📋 copy color: '#BE61E4'

red 190 ◦ green 97 ◦ blue 228

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

Shades of Medium Orchid #BE61E4

Tints of Medium Orchid #BE61E4

RGB

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

 GREEN value IS 97 (38.28% from 255) = 18.83%

 BLUE value IS 228 (89.45% from 255) = 44.27%

R = 36.89%
G = 18.83%
B = 44.27%

CMYK

 C value IS 0.17

 M value IS 0.57

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BE61E4 (or 0xBE61E4) is known color: Medium Orchid. HEX triplet: BE, 61 and E4. RGB value is (190,97,228). Sum of RGB (Red+Green+Blue) = 190+97+228=515 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.89% from 515); Green value is 97 (38.28% from 255 or 18.83% from 515); Blue value is 228 (89.45% from 255 or 44.27% from 515); Max value from RGB is 228 - color contains mainly: blue. Hex color #BE61E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE61E4 is #419E1B. Grayscale: #8B8B8B. Windows color (decimal): -4300316 or 14967230. OLE color: 14967230.

HSL color Cylindrical-coordinate representation of color #BE61E4: hue angle of 282.6º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BE61E4 is Cyan = 0.17, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 190 97 228 -
CMYK 0.17 0.57 0 0.11
HSL 282.6º 0.71% 0.64% -
HSV(B) 282.6º 0.57% 0.89% -
XYZ 39.51 25.1 76.16 -
YUV 139.74 177.81 163.85 -
System Red Green Blue C M Y K H S L
Decimal 190 97 228 0.17 0.57 0 0.11 282.6 0.71 0.64
Hex BE 61 E4 11 39 0 B 11B 47 40
Octal 276 141 344 21 71 0 13 433 107 100
Binary 10111110 1100001 11100100 10001 111001 0 1011 100011011 1000111 1000000

Color Harmonies of #BE61E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE61E4

Black with #BE61E4

Text Example


Text Example

White with #BE61E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE61E4; }

 p { color: rgb(190,97,228); }

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

background-color css

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

 a { background-color: rgb(190,97,228); }

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

border-color css

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

 span { border-color: rgb(190,97,228); }

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