Html Css Color HEX #BE3FDF Medium Orchid

📋 copy color: '#BE3FDF'

red 190 ◦ green 63 ◦ blue 223

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

Shades of Medium Orchid #BE3FDF

Tints of Medium Orchid #BE3FDF

RGB

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

 GREEN value IS 63 (25% from 255) = 13.24%

 BLUE value IS 223 (87.5% from 255) = 46.85%

R = 39.92%
G = 13.24%
B = 46.85%

CMYK

 C value IS 0.15

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BE3FDF (or 0xBE3FDF) is known color: Medium Orchid. HEX triplet: BE, 3F and DF. RGB value is (190,63,223). Sum of RGB (Red+Green+Blue) = 190+63+223=476 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.92% from 476); Green value is 63 (25% from 255 or 13.24% from 476); Blue value is 223 (87.5% from 255 or 46.85% from 476); Max value from RGB is 223 - color contains mainly: blue. Hex color #BE3FDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE3FDF is #41C020. Grayscale: #767676. Windows color (decimal): -4309025 or 14630846. OLE color: 14630846.

HSL color Cylindrical-coordinate representation of color #BE3FDF: hue angle of 287.62º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BE3FDF is Cyan = 0.15, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 190 63 223 -
CMYK 0.15 0.72 0 0.13
HSL 287.63º 0.71% 0.56% -
HSV(B) 287.63º 0.72% 0.87% -
XYZ 36.33 19.83 71.72 -
YUV 119.21 186.58 178.49 -
System Red Green Blue C M Y K H S L
Decimal 190 63 223 0.15 0.72 0 0.13 287.63 0.71 0.56
Hex BE 3F DF F 48 0 D 120 47 38
Octal 276 77 337 17 110 0 15 440 107 70
Binary 10111110 111111 11011111 1111 1001000 0 1101 100100000 1000111 111000

Color Harmonies of #BE3FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3FDF

Black with #BE3FDF

Text Example


Text Example

White with #BE3FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3FDF; }

 p { color: rgb(190,63,223); }

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

background-color css

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

 a { background-color: rgb(190,63,223); }

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

border-color css

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

 span { border-color: rgb(190,63,223); }

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