Html Css Color HEX #BE50D5 Medium Orchid

📋 copy color: '#BE50D5'

red 190 ◦ green 80 ◦ blue 213

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

Shades of Medium Orchid #BE50D5

Tints of Medium Orchid #BE50D5

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.56%

 BLUE value IS 213 (83.59% from 255) = 44.1%

R = 39.34%
G = 16.56%
B = 44.1%

CMYK

 C value IS 0.11

 M value IS 0.62

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BE50D5 (or 0xBE50D5) is known color: Medium Orchid. HEX triplet: BE, 50 and D5. RGB value is (190,80,213). Sum of RGB (Red+Green+Blue) = 190+80+213=483 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.34% from 483); Green value is 80 (31.64% from 255 or 16.56% from 483); Blue value is 213 (83.59% from 255 or 44.10% from 483); Max value from RGB is 213 - color contains mainly: blue. Hex color #BE50D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE50D5 is #41AF2A. Grayscale: #7F7F7F. Windows color (decimal): -4304683 or 13979838. OLE color: 13979838.

HSL color Cylindrical-coordinate representation of color #BE50D5: hue angle of 289.62º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BE50D5 is Cyan = 0.11, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 190 80 213 -
CMYK 0.11 0.62 0 0.16
HSL 289.62º 0.61% 0.57% -
HSV(B) 289.62º 0.62% 0.84% -
XYZ 36.11 21.49 65.2 -
YUV 128.05 175.94 172.19 -
System Red Green Blue C M Y K H S L
Decimal 190 80 213 0.11 0.62 0 0.16 289.62 0.61 0.57
Hex BE 50 D5 B 3E 0 10 122 3D 39
Octal 276 120 325 13 76 0 20 442 75 71
Binary 10111110 1010000 11010101 1011 111110 0 10000 100100010 111101 111001

Color Harmonies of #BE50D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE50D5

Black with #BE50D5

Text Example


Text Example

White with #BE50D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE50D5; }

 p { color: rgb(190,80,213); }

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

background-color css

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

 a { background-color: rgb(190,80,213); }

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

border-color css

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

 span { border-color: rgb(190,80,213); }

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