Html Css Color HEX #BE46ED Medium Orchid

📋 copy color: '#BE46ED'

red 190 ◦ green 70 ◦ blue 237

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

Shades of Medium Orchid #BE46ED

Tints of Medium Orchid #BE46ED

RGB

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

 GREEN value IS 70 (27.73% from 255) = 14.08%

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

R = 38.23%
G = 14.08%
B = 47.69%

CMYK

 C value IS 0.20

 M value IS 0.70

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BE46ED (or 0xBE46ED) is known color: Medium Orchid. HEX triplet: BE, 46 and ED. RGB value is (190,70,237). Sum of RGB (Red+Green+Blue) = 190+70+237=497 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.23% from 497); Green value is 70 (27.73% from 255 or 14.08% from 497); Blue value is 237 (92.97% from 255 or 47.69% from 497); Max value from RGB is 237 - color contains mainly: blue. Hex color #BE46ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE46ED is #41B912. Grayscale: #7C7C7C. Windows color (decimal): -4307219 or 15550142. OLE color: 15550142.

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

Color convert

RGB 190 70 237 -
CMYK 0.20 0.70 0 0.07
HSL 283.11º 0.82% 0.6% -
HSV(B) 283.11º 0.7% 0.93% -
XYZ 38.71 21.44 82.22 -
YUV 124.92 191.26 174.42 -
System Red Green Blue C M Y K H S L
Decimal 190 70 237 0.20 0.70 0 0.07 283.11 0.82 0.6
Hex BE 46 ED 14 46 0 7 11B 52 3C
Octal 276 106 355 24 106 0 7 433 122 74
Binary 10111110 1000110 11101101 10100 1000110 0 111 100011011 1010010 111100

Color Harmonies of #BE46ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE46ED

Black with #BE46ED

Text Example


Text Example

White with #BE46ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE46ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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