Html Css Color HEX #BE4DEF Medium Orchid

📋 copy color: '#BE4DEF'

red 190 ◦ green 77 ◦ blue 239

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

Shades of Medium Orchid #BE4DEF

Tints of Medium Orchid #BE4DEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 47.23%

R = 37.55%
G = 15.22%
B = 47.23%

CMYK

 C value IS 0.21

 M value IS 0.68

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BE4DEF (or 0xBE4DEF) is known color: Medium Orchid. HEX triplet: BE, 4D and EF. RGB value is (190,77,239). Sum of RGB (Red+Green+Blue) = 190+77+239=506 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.55% from 506); Green value is 77 (30.47% from 255 or 15.22% from 506); Blue value is 239 (93.75% from 255 or 47.23% from 506); Max value from RGB is 239 - color contains mainly: blue. Hex color #BE4DEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE4DEF is #41B210. Grayscale: #808080. Windows color (decimal): -4305425 or 15683006. OLE color: 15683006.

HSL color Cylindrical-coordinate representation of color #BE4DEF: hue angle of 281.85º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BE4DEF is Cyan = 0.21, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 190 77 239 -
CMYK 0.21 0.68 0 0.06
HSL 281.85º 0.84% 0.62% -
HSV(B) 281.85º 0.68% 0.94% -
XYZ 39.47 22.49 83.92 -
YUV 129.26 189.94 171.33 -
System Red Green Blue C M Y K H S L
Decimal 190 77 239 0.21 0.68 0 0.06 281.85 0.84 0.62
Hex BE 4D EF 15 44 0 6 11A 54 3E
Octal 276 115 357 25 104 0 6 432 124 76
Binary 10111110 1001101 11101111 10101 1000100 0 110 100011010 1010100 111110

Color Harmonies of #BE4DEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4DEF

Black with #BE4DEF

Text Example


Text Example

White with #BE4DEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4DEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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