Html Css Color HEX #BE51D0 Medium Orchid

📋 copy color: '#BE51D0'

red 190 ◦ green 81 ◦ blue 208

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

Shades of Medium Orchid #BE51D0

Tints of Medium Orchid #BE51D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 43.42%

R = 39.67%
G = 16.91%
B = 43.42%

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

#BE51D0 (or 0xBE51D0) is known color: Medium Orchid. HEX triplet: BE, 51 and D0. RGB value is (190,81,208). Sum of RGB (Red+Green+Blue) = 190+81+208=479 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.67% from 479); Green value is 81 (32.03% from 255 or 16.91% from 479); Blue value is 208 (81.64% from 255 or 43.42% from 479); Max value from RGB is 208 - color contains mainly: blue. Hex color #BE51D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE51D0 is #41AE2F. Grayscale: #7F7F7F. Windows color (decimal): -4304432 or 13652414. OLE color: 13652414.

HSL color Cylindrical-coordinate representation of color #BE51D0: hue angle of 291.5º degrees, saturation: 0.57, 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 #BE51D0 is Cyan = 0.09, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 190 81 208 -
CMYK 0.09 0.61 0 0.18
HSL 291.5º 0.57% 0.57% -
HSV(B) 291.5º 0.61% 0.82% -
XYZ 35.56 21.39 61.93 -
YUV 128.07 173.11 172.17 -
System Red Green Blue C M Y K H S L
Decimal 190 81 208 0.09 0.61 0 0.18 291.5 0.57 0.57
Hex BE 51 D0 9 3D 0 12 123 39 39
Octal 276 121 320 11 75 0 22 443 71 71
Binary 10111110 1010001 11010000 1001 111101 0 10010 100100011 111001 111001

Color Harmonies of #BE51D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE51D0

Black with #BE51D0

Text Example


Text Example

White with #BE51D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE51D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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