Html Css Color HEX #BE4DFB Medium Orchid

📋 copy color: '#BE4DFB'

red 190 ◦ green 77 ◦ blue 251

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

Shades of Medium Orchid #BE4DFB

Tints of Medium Orchid #BE4DFB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 14.86%

 BLUE value IS 251 (98.44% from 255) = 48.46%

R = 36.68%
G = 14.86%
B = 48.46%

CMYK

 C value IS 0.24

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BE4DFB (or 0xBE4DFB) is known color: Medium Orchid. HEX triplet: BE, 4D and FB. RGB value is (190,77,251). Sum of RGB (Red+Green+Blue) = 190+77+251=518 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.68% from 518); Green value is 77 (30.47% from 255 or 14.86% from 518); Blue value is 251 (98.44% from 255 or 48.46% from 518); Max value from RGB is 251 - color contains mainly: blue. Hex color #BE4DFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE4DFB is #41B204. Grayscale: #828282. Windows color (decimal): -4305413 or 16469438. OLE color: 16469438.

HSL color Cylindrical-coordinate representation of color #BE4DFB: hue angle of 278.97º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BE4DFB is Cyan = 0.24, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 190 77 251 -
CMYK 0.24 0.69 0 0.02
HSL 278.97º 0.96% 0.64% -
HSV(B) 278.97º 0.69% 0.98% -
XYZ 41.3 23.22 93.57 -
YUV 130.62 195.94 170.35 -
System Red Green Blue C M Y K H S L
Decimal 190 77 251 0.24 0.69 0 0.02 278.97 0.96 0.64
Hex BE 4D FB 18 45 0 2 117 60 40
Octal 276 115 373 30 105 0 2 427 140 100
Binary 10111110 1001101 11111011 11000 1000101 0 10 100010111 1100000 1000000

Color Harmonies of #BE4DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4DFB

Black with #BE4DFB

Text Example


Text Example

White with #BE4DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4DFB; }

 p { color: rgb(190,77,251); }

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

background-color css

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

 a { background-color: rgb(190,77,251); }

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

border-color css

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

 span { border-color: rgb(190,77,251); }

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