Html Css Color HEX #BE3DF1 Medium Orchid

📋 copy color: '#BE3DF1'

red 190 ◦ green 61 ◦ blue 241

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

Shades of Medium Orchid #BE3DF1

Tints of Medium Orchid #BE3DF1

RGB

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

 GREEN value IS 61 (24.22% from 255) = 12.4%

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

R = 38.62%
G = 12.4%
B = 48.98%

CMYK

 C value IS 0.21

 M value IS 0.75

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BE3DF1 (or 0xBE3DF1) is known color: Medium Orchid. HEX triplet: BE, 3D and F1. RGB value is (190,61,241). Sum of RGB (Red+Green+Blue) = 190+61+241=492 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.62% from 492); Green value is 61 (24.22% from 255 or 12.40% from 492); Blue value is 241 (94.53% from 255 or 48.98% from 492); Max value from RGB is 241 - color contains mainly: blue. Hex color #BE3DF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE3DF1 is #41C20E. Grayscale: #777777. Windows color (decimal): -4309519 or 15809982. OLE color: 15809982.

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

Color convert

RGB 190 61 241 -
CMYK 0.21 0.75 0 0.05
HSL 283º 0.87% 0.59% -
HSV(B) 283º 0.75% 0.95% -
XYZ 38.78 20.64 85.16 -
YUV 120.09 196.24 177.86 -
System Red Green Blue C M Y K H S L
Decimal 190 61 241 0.21 0.75 0 0.05 283 0.87 0.59
Hex BE 3D F1 15 4B 0 5 11B 57 3B
Octal 276 75 361 25 113 0 5 433 127 73
Binary 10111110 111101 11110001 10101 1001011 0 101 100011011 1010111 111011

Color Harmonies of #BE3DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3DF1

Black with #BE3DF1

Text Example


Text Example

White with #BE3DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3DF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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