Html Css Color HEX #BE51D1 Medium Orchid

📋 copy color: '#BE51D1'

red 190 ◦ green 81 ◦ blue 209

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

Shades of Medium Orchid #BE51D1

Tints of Medium Orchid #BE51D1

RGB

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

 GREEN value IS 81 (32.03% from 255) = 16.88%

 BLUE value IS 209 (82.03% from 255) = 43.54%

R = 39.58%
G = 16.88%
B = 43.54%

CMYK

 C value IS 0.09

 M value IS 0.61

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BE51D1 (or 0xBE51D1) is known color: Medium Orchid. HEX triplet: BE, 51 and D1. RGB value is (190,81,209). Sum of RGB (Red+Green+Blue) = 190+81+209=480 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.58% from 480); Green value is 81 (32.03% from 255 or 16.88% from 480); Blue value is 209 (82.03% from 255 or 43.54% from 480); Max value from RGB is 209 - color contains mainly: blue. Hex color #BE51D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE51D1 is #41AE2E. Grayscale: #7F7F7F. Windows color (decimal): -4304431 or 13717950. OLE color: 13717950.

HSL color Cylindrical-coordinate representation of color #BE51D1: hue angle of 291.09º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BE51D1 is Cyan = 0.09, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 190 81 209 -
CMYK 0.09 0.61 0 0.18
HSL 291.09º 0.58% 0.57% -
HSV(B) 291.09º 0.61% 0.82% -
XYZ 35.69 21.44 62.58 -
YUV 128.18 173.61 172.09 -
System Red Green Blue C M Y K H S L
Decimal 190 81 209 0.09 0.61 0 0.18 291.09 0.58 0.57
Hex BE 51 D1 9 3D 0 12 123 3A 39
Octal 276 121 321 11 75 0 22 443 72 71
Binary 10111110 1010001 11010001 1001 111101 0 10010 100100011 111010 111001

Color Harmonies of #BE51D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE51D1

Black with #BE51D1

Text Example


Text Example

White with #BE51D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE51D1; }

 p { color: rgb(190,81,209); }

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

background-color css

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

 a { background-color: rgb(190,81,209); }

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

border-color css

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

 span { border-color: rgb(190,81,209); }

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