Html Css Color HEX #BE4BFF Medium Orchid

📋 copy color: '#BE4BFF'

red 190 ◦ green 75 ◦ blue 255

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

Shades of Medium Orchid #BE4BFF

Tints of Medium Orchid #BE4BFF

RGB

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

 GREEN value IS 75 (29.69% from 255) = 14.42%

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

R = 36.54%
G = 14.42%
B = 49.04%

CMYK

 C value IS 0.25

 M value IS 0.71

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BE4BFF (or 0xBE4BFF) is known color: Medium Orchid. HEX triplet: BE, 4B and FF. RGB value is (190,75,255). Sum of RGB (Red+Green+Blue) = 190+75+255=520 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.54% from 520); Green value is 75 (29.69% from 255 or 14.42% from 520); Blue value is 255 (100% from 255 or 49.04% from 520); Max value from RGB is 255 - color contains mainly: blue. Hex color #BE4BFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE4BFF is #41B400. Grayscale: #818181. Windows color (decimal): -4305921 or 16731070. OLE color: 16731070.

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

Color convert

RGB 190 75 255 -
CMYK 0.25 0.71 0 0
HSL 278.33º 1% 0.65% -
HSV(B) 278.33º 0.71% 1% -
XYZ 41.8 23.2 96.88 -
YUV 129.91 198.6 170.86 -
System Red Green Blue C M Y K H S L
Decimal 190 75 255 0.25 0.71 0 0 278.33 1 0.65
Hex BE 4B FF 19 47 0 0 116 64 41
Octal 276 113 377 31 107 0 0 426 144 101
Binary 10111110 1001011 11111111 11001 1000111 0 0 100010110 1100100 1000001

Color Harmonies of #BE4BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4BFF

Black with #BE4BFF

Text Example


Text Example

White with #BE4BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4BFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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