Html Css Color HEX #BE3DFF Medium Orchid

📋 copy color: '#BE3DFF'

red 190 ◦ green 61 ◦ blue 255

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

Shades of Medium Orchid #BE3DFF

Tints of Medium Orchid #BE3DFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 50.4%

R = 37.55%
G = 12.06%
B = 50.4%

CMYK

 C value IS 0.25

 M value IS 0.76

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BE3DFF (or 0xBE3DFF) is known color: Medium Orchid. HEX triplet: BE, 3D and FF. RGB value is (190,61,255). Sum of RGB (Red+Green+Blue) = 190+61+255=506 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.55% from 506); Green value is 61 (24.22% from 255 or 12.06% from 506); Blue value is 255 (100% from 255 or 50.40% from 506); Max value from RGB is 255 - color contains mainly: blue. Hex color #BE3DFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE3DFF is #41C200. Grayscale: #797979. Windows color (decimal): -4309505 or 16727486. OLE color: 16727486.

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

Color convert

RGB 190 61 255 -
CMYK 0.25 0.76 0 0
HSL 279.9º 1% 0.62% -
HSV(B) 279.9º 0.76% 1% -
XYZ 40.95 21.5 96.6 -
YUV 121.69 203.24 176.73 -
System Red Green Blue C M Y K H S L
Decimal 190 61 255 0.25 0.76 0 0 279.9 1 0.62
Hex BE 3D FF 19 4C 0 0 118 64 3E
Octal 276 75 377 31 114 0 0 430 144 76
Binary 10111110 111101 11111111 11001 1001100 0 0 100011000 1100100 111110

Color Harmonies of #BE3DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3DFF

Black with #BE3DFF

Text Example


Text Example

White with #BE3DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3DFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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