Html Css Color HEX #BE51FF Medium Orchid

📋 copy color: '#BE51FF'

red 190 ◦ green 81 ◦ blue 255

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

Shades of Medium Orchid #BE51FF

Tints of Medium Orchid #BE51FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 48.48%

R = 36.12%
G = 15.4%
B = 48.48%

CMYK

 C value IS 0.25

 M value IS 0.68

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BE51FF (or 0xBE51FF) is known color: Medium Orchid. HEX triplet: BE, 51 and FF. RGB value is (190,81,255). Sum of RGB (Red+Green+Blue) = 190+81+255=526 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.12% from 526); Green value is 81 (32.03% from 255 or 15.40% from 526); Blue value is 255 (100% from 255 or 48.48% from 526); Max value from RGB is 255 - color contains mainly: blue. Hex color #BE51FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE51FF is #41AE00. Grayscale: #848484. Windows color (decimal): -4304385 or 16732606. OLE color: 16732606.

HSL color Cylindrical-coordinate representation of color #BE51FF: hue angle of 277.59º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BE51FF is Cyan = 0.25, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 190 81 255 -
CMYK 0.25 0.68 0 0
HSL 277.59º 1% 0.66% -
HSV(B) 277.59º 0.68% 1% -
XYZ 42.23 24.05 97.02 -
YUV 133.43 196.61 168.35 -
System Red Green Blue C M Y K H S L
Decimal 190 81 255 0.25 0.68 0 0 277.59 1 0.66
Hex BE 51 FF 19 44 0 0 116 64 42
Octal 276 121 377 31 104 0 0 426 144 102
Binary 10111110 1010001 11111111 11001 1000100 0 0 100010110 1100100 1000010

Color Harmonies of #BE51FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE51FF

Black with #BE51FF

Text Example


Text Example

White with #BE51FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE51FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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