Html Css Color HEX #BE51F1 Medium Orchid

📋 copy color: '#BE51F1'

red 190 ◦ green 81 ◦ blue 241

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

Shades of Medium Orchid #BE51F1

Tints of Medium Orchid #BE51F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 47.07%

R = 37.11%
G = 15.82%
B = 47.07%

CMYK

 C value IS 0.21

 M value IS 0.66

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BE51F1 (or 0xBE51F1) is known color: Medium Orchid. HEX triplet: BE, 51 and F1. RGB value is (190,81,241). Sum of RGB (Red+Green+Blue) = 190+81+241=512 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.11% from 512); Green value is 81 (32.03% from 255 or 15.82% from 512); Blue value is 241 (94.53% from 255 or 47.07% from 512); Max value from RGB is 241 - color contains mainly: blue. Hex color #BE51F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE51F1 is #41AE0E. Grayscale: #838383. Windows color (decimal): -4304399 or 15815102. OLE color: 15815102.

HSL color Cylindrical-coordinate representation of color #BE51F1: hue angle of 280.88º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BE51F1 is Cyan = 0.21, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 190 81 241 -
CMYK 0.21 0.66 0 0.05
HSL 280.88º 0.85% 0.63% -
HSV(B) 280.88º 0.66% 0.95% -
XYZ 40.05 23.18 85.58 -
YUV 131.83 189.61 169.49 -
System Red Green Blue C M Y K H S L
Decimal 190 81 241 0.21 0.66 0 0.05 280.88 0.85 0.63
Hex BE 51 F1 15 42 0 5 119 55 3F
Octal 276 121 361 25 102 0 5 431 125 77
Binary 10111110 1010001 11110001 10101 1000010 0 101 100011001 1010101 111111

Color Harmonies of #BE51F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE51F1

Black with #BE51F1

Text Example


Text Example

White with #BE51F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE51F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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