Html Css Color HEX #BE51DC Medium Orchid

📋 copy color: '#BE51DC'

red 190 ◦ green 81 ◦ blue 220

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

Shades of Medium Orchid #BE51DC

Tints of Medium Orchid #BE51DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 44.81%

R = 38.7%
G = 16.5%
B = 44.81%

CMYK

 C value IS 0.14

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BE51DC (or 0xBE51DC) is known color: Medium Orchid. HEX triplet: BE, 51 and DC. RGB value is (190,81,220). Sum of RGB (Red+Green+Blue) = 190+81+220=491 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.70% from 491); Green value is 81 (32.03% from 255 or 16.50% from 491); Blue value is 220 (86.33% from 255 or 44.81% from 491); Max value from RGB is 220 - color contains mainly: blue. Hex color #BE51DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE51DC is #41AE23. Grayscale: #808080. Windows color (decimal): -4304420 or 14438846. OLE color: 14438846.

HSL color Cylindrical-coordinate representation of color #BE51DC: hue angle of 287.05º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BE51DC is Cyan = 0.14, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 190 81 220 -
CMYK 0.14 0.63 0 0.14
HSL 287.05º 0.67% 0.59% -
HSV(B) 287.05º 0.63% 0.86% -
XYZ 37.1 22 70 -
YUV 129.44 179.11 171.2 -
System Red Green Blue C M Y K H S L
Decimal 190 81 220 0.14 0.63 0 0.14 287.05 0.67 0.59
Hex BE 51 DC E 3F 0 E 11F 43 3B
Octal 276 121 334 16 77 0 16 437 103 73
Binary 10111110 1010001 11011100 1110 111111 0 1110 100011111 1000011 111011

Color Harmonies of #BE51DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE51DC

Black with #BE51DC

Text Example


Text Example

White with #BE51DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE51DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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