Html Css Color HEX #BE51DA Medium Orchid

📋 copy color: '#BE51DA'

red 190 ◦ green 81 ◦ blue 218

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

Shades of Medium Orchid #BE51DA

Tints of Medium Orchid #BE51DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.58%

R = 38.85%
G = 16.56%
B = 44.58%

CMYK

 C value IS 0.13

 M value IS 0.63

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BE51DA (or 0xBE51DA) is known color: Medium Orchid. HEX triplet: BE, 51 and DA. RGB value is (190,81,218). Sum of RGB (Red+Green+Blue) = 190+81+218=489 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.85% from 489); Green value is 81 (32.03% from 255 or 16.56% from 489); Blue value is 218 (85.55% from 255 or 44.58% from 489); Max value from RGB is 218 - color contains mainly: blue. Hex color #BE51DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE51DA is #41AE25. Grayscale: #808080. Windows color (decimal): -4304422 or 14307774. OLE color: 14307774.

HSL color Cylindrical-coordinate representation of color #BE51DA: hue angle of 287.74º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BE51DA is Cyan = 0.13, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 190 81 218 -
CMYK 0.13 0.63 0 0.15
HSL 287.74º 0.65% 0.59% -
HSV(B) 287.74º 0.63% 0.85% -
XYZ 36.83 21.89 68.61 -
YUV 129.21 178.11 171.36 -
System Red Green Blue C M Y K H S L
Decimal 190 81 218 0.13 0.63 0 0.15 287.74 0.65 0.59
Hex BE 51 DA D 3F 0 F 120 41 3B
Octal 276 121 332 15 77 0 17 440 101 73
Binary 10111110 1010001 11011010 1101 111111 0 1111 100100000 1000001 111011

Color Harmonies of #BE51DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE51DA

Black with #BE51DA

Text Example


Text Example

White with #BE51DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE51DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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