Html Css Color HEX #BE3DFD Medium Orchid

📋 copy color: '#BE3DFD'

red 190 ◦ green 61 ◦ blue 253

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

Shades of Medium Orchid #BE3DFD

Tints of Medium Orchid #BE3DFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 50.2%

R = 37.7%
G = 12.1%
B = 50.2%

CMYK

 C value IS 0.25

 M value IS 0.76

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BE3DFD (or 0xBE3DFD) is known color: Medium Orchid. HEX triplet: BE, 3D and FD. RGB value is (190,61,253). Sum of RGB (Red+Green+Blue) = 190+61+253=504 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.70% from 504); Green value is 61 (24.22% from 255 or 12.10% from 504); Blue value is 253 (99.22% from 255 or 50.20% from 504); Max value from RGB is 253 - color contains mainly: blue. Hex color #BE3DFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE3DFD is #41C202. Grayscale: #787878. Windows color (decimal): -4309507 or 16596414. OLE color: 16596414.

HSL color Cylindrical-coordinate representation of color #BE3DFD: hue angle of 280.31º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BE3DFD is Cyan = 0.25, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 190 61 253 -
CMYK 0.25 0.76 0 0.01
HSL 280.31º 0.98% 0.62% -
HSV(B) 280.31º 0.76% 0.99% -
XYZ 40.63 21.38 94.91 -
YUV 121.46 202.24 176.89 -
System Red Green Blue C M Y K H S L
Decimal 190 61 253 0.25 0.76 0 0.01 280.31 0.98 0.62
Hex BE 3D FD 19 4C 0 1 118 62 3E
Octal 276 75 375 31 114 0 1 430 142 76
Binary 10111110 111101 11111101 11001 1001100 0 1 100011000 1100010 111110

Color Harmonies of #BE3DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3DFD

Black with #BE3DFD

Text Example


Text Example

White with #BE3DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3DFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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