Html Css Color HEX #BE3DF6 Medium Orchid

📋 copy color: '#BE3DF6'

red 190 ◦ green 61 ◦ blue 246

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

Shades of Medium Orchid #BE3DF6

Tints of Medium Orchid #BE3DF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 49.5%

R = 38.23%
G = 12.27%
B = 49.5%

CMYK

 C value IS 0.23

 M value IS 0.75

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BE3DF6 (or 0xBE3DF6) is known color: Medium Orchid. HEX triplet: BE, 3D and F6. RGB value is (190,61,246). Sum of RGB (Red+Green+Blue) = 190+61+246=497 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.23% from 497); Green value is 61 (24.22% from 255 or 12.27% from 497); Blue value is 246 (96.48% from 255 or 49.50% from 497); Max value from RGB is 246 - color contains mainly: blue. Hex color #BE3DF6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE3DF6 is #41C209. Grayscale: #787878. Windows color (decimal): -4309514 or 16137662. OLE color: 16137662.

HSL color Cylindrical-coordinate representation of color #BE3DF6: hue angle of 281.84º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BE3DF6 is Cyan = 0.23, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 190 61 246 -
CMYK 0.23 0.75 0 0.04
HSL 281.84º 0.91% 0.6% -
HSV(B) 281.84º 0.75% 0.96% -
XYZ 39.54 20.94 89.15 -
YUV 120.66 198.74 177.46 -
System Red Green Blue C M Y K H S L
Decimal 190 61 246 0.23 0.75 0 0.04 281.84 0.91 0.6
Hex BE 3D F6 17 4B 0 4 11A 5B 3C
Octal 276 75 366 27 113 0 4 432 133 74
Binary 10111110 111101 11110110 10111 1001011 0 100 100011010 1011011 111100

Color Harmonies of #BE3DF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3DF6

Black with #BE3DF6

Text Example


Text Example

White with #BE3DF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3DF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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