Html Css Color HEX #BE61ED Medium Orchid

📋 copy color: '#BE61ED'

red 190 ◦ green 97 ◦ blue 237

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

Shades of Medium Orchid #BE61ED

Tints of Medium Orchid #BE61ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 45.23%

R = 36.26%
G = 18.51%
B = 45.23%

CMYK

 C value IS 0.20

 M value IS 0.59

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BE61ED (or 0xBE61ED) is known color: Medium Orchid. HEX triplet: BE, 61 and ED. RGB value is (190,97,237). Sum of RGB (Red+Green+Blue) = 190+97+237=524 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.26% from 524); Green value is 97 (38.28% from 255 or 18.51% from 524); Blue value is 237 (92.97% from 255 or 45.23% from 524); Max value from RGB is 237 - color contains mainly: blue. Hex color #BE61ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE61ED is #419E12. Grayscale: #8C8C8C. Windows color (decimal): -4300307 or 15557054. OLE color: 15557054.

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

Color convert

RGB 190 97 237 -
CMYK 0.20 0.59 0 0.07
HSL 279.86º 0.8% 0.65% -
HSV(B) 279.86º 0.59% 0.93% -
XYZ 40.8 25.61 82.91 -
YUV 140.77 182.31 163.12 -
System Red Green Blue C M Y K H S L
Decimal 190 97 237 0.20 0.59 0 0.07 279.86 0.8 0.65
Hex BE 61 ED 14 3B 0 7 118 50 41
Octal 276 141 355 24 73 0 7 430 120 101
Binary 10111110 1100001 11101101 10100 111011 0 111 100011000 1010000 1000001

Color Harmonies of #BE61ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE61ED

Black with #BE61ED

Text Example


Text Example

White with #BE61ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE61ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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