Html Css Color HEX #BE4FFC Medium Orchid

📋 copy color: '#BE4FFC'

red 190 ◦ green 79 ◦ blue 252

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

Shades of Medium Orchid #BE4FFC

Tints of Medium Orchid #BE4FFC

RGB

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

 GREEN value IS 79 (31.25% from 255) = 15.16%

 BLUE value IS 252 (98.83% from 255) = 48.37%

R = 36.47%
G = 15.16%
B = 48.37%

CMYK

 C value IS 0.25

 M value IS 0.69

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BE4FFC (or 0xBE4FFC) is known color: Medium Orchid. HEX triplet: BE, 4F and FC. RGB value is (190,79,252). Sum of RGB (Red+Green+Blue) = 190+79+252=521 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.47% from 521); Green value is 79 (31.25% from 255 or 15.16% from 521); Blue value is 252 (98.83% from 255 or 48.37% from 521); Max value from RGB is 252 - color contains mainly: blue. Hex color #BE4FFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE4FFC is #41B003. Grayscale: #838383. Windows color (decimal): -4304900 or 16535486. OLE color: 16535486.

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

Color convert

RGB 190 79 252 -
CMYK 0.25 0.69 0 0.01
HSL 278.5º 0.97% 0.65% -
HSV(B) 278.5º 0.69% 0.99% -
XYZ 41.6 23.57 94.45 -
YUV 131.91 195.77 169.43 -
System Red Green Blue C M Y K H S L
Decimal 190 79 252 0.25 0.69 0 0.01 278.5 0.97 0.65
Hex BE 4F FC 19 45 0 1 116 61 41
Octal 276 117 374 31 105 0 1 426 141 101
Binary 10111110 1001111 11111100 11001 1000101 0 1 100010110 1100001 1000001

Color Harmonies of #BE4FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4FFC

Black with #BE4FFC

Text Example


Text Example

White with #BE4FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4FFC; }

 p { color: rgb(190,79,252); }

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

background-color css

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

 a { background-color: rgb(190,79,252); }

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

border-color css

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

 span { border-color: rgb(190,79,252); }

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