Html Css Color HEX #BE4CFD Medium Orchid

📋 copy color: '#BE4CFD'

red 190 ◦ green 76 ◦ blue 253

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

Shades of Medium Orchid #BE4CFD

Tints of Medium Orchid #BE4CFD

RGB

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

 GREEN value IS 76 (30.08% from 255) = 14.64%

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

R = 36.61%
G = 14.64%
B = 48.75%

CMYK

 C value IS 0.25

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BE4CFD (or 0xBE4CFD) is known color: Medium Orchid. HEX triplet: BE, 4C and FD. RGB value is (190,76,253). Sum of RGB (Red+Green+Blue) = 190+76+253=519 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.61% from 519); Green value is 76 (30.08% from 255 or 14.64% from 519); Blue value is 253 (99.22% from 255 or 48.75% from 519); Max value from RGB is 253 - color contains mainly: blue. Hex color #BE4CFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE4CFD is #41B302. Grayscale: #818181. Windows color (decimal): -4305667 or 16600254. OLE color: 16600254.

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

Color convert

RGB 190 76 253 -
CMYK 0.25 0.70 0 0.01
HSL 278.64º 0.98% 0.65% -
HSV(B) 278.64º 0.7% 0.99% -
XYZ 41.55 23.21 95.22 -
YUV 130.26 197.27 170.61 -
System Red Green Blue C M Y K H S L
Decimal 190 76 253 0.25 0.70 0 0.01 278.64 0.98 0.65
Hex BE 4C FD 19 46 0 1 117 62 41
Octal 276 114 375 31 106 0 1 427 142 101
Binary 10111110 1001100 11111101 11001 1000110 0 1 100010111 1100010 1000001

Color Harmonies of #BE4CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4CFD

Black with #BE4CFD

Text Example


Text Example

White with #BE4CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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