Html Css Color HEX #BE4CFC Medium Orchid

📋 copy color: '#BE4CFC'

red 190 ◦ green 76 ◦ blue 252

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

Shades of Medium Orchid #BE4CFC

Tints of Medium Orchid #BE4CFC

RGB

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

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

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

R = 36.68%
G = 14.67%
B = 48.65%

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

#BE4CFC (or 0xBE4CFC) is known color: Medium Orchid. HEX triplet: BE, 4C and FC. RGB value is (190,76,252). Sum of RGB (Red+Green+Blue) = 190+76+252=518 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.68% from 518); Green value is 76 (30.08% from 255 or 14.67% from 518); Blue value is 252 (98.83% from 255 or 48.65% from 518); Max value from RGB is 252 - color contains mainly: blue. Hex color #BE4CFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE4CFC is #41B303. Grayscale: #818181. Windows color (decimal): -4305668 or 16534718. OLE color: 16534718.

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

Color convert

RGB 190 76 252 -
CMYK 0.25 0.70 0 0.01
HSL 278.86º 0.97% 0.64% -
HSV(B) 278.86º 0.7% 0.99% -
XYZ 41.39 23.14 94.38 -
YUV 130.15 196.77 170.69 -
System Red Green Blue C M Y K H S L
Decimal 190 76 252 0.25 0.70 0 0.01 278.86 0.97 0.64
Hex BE 4C FC 19 46 0 1 117 61 40
Octal 276 114 374 31 106 0 1 427 141 100
Binary 10111110 1001100 11111100 11001 1000110 0 1 100010111 1100001 1000000

Color Harmonies of #BE4CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4CFC

Black with #BE4CFC

Text Example


Text Example

White with #BE4CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4CFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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