Html Css Color HEX #BE71D9 Medium Orchid

📋 copy color: '#BE71D9'

red 190 ◦ green 113 ◦ blue 217

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

Shades of Medium Orchid #BE71D9

Tints of Medium Orchid #BE71D9

RGB

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

 GREEN value IS 113 (44.53% from 255) = 21.73%

 BLUE value IS 217 (85.16% from 255) = 41.73%

R = 36.54%
G = 21.73%
B = 41.73%

CMYK

 C value IS 0.12

 M value IS 0.48

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BE71D9 (or 0xBE71D9) is known color: Medium Orchid. HEX triplet: BE, 71 and D9. RGB value is (190,113,217). Sum of RGB (Red+Green+Blue) = 190+113+217=520 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.54% from 520); Green value is 113 (44.53% from 255 or 21.73% from 520); Blue value is 217 (85.16% from 255 or 41.73% from 520); Max value from RGB is 217 - color contains mainly: blue. Hex color #BE71D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE71D9 is #418E26. Grayscale: #939393. Windows color (decimal): -4296231 or 14250430. OLE color: 14250430.

HSL color Cylindrical-coordinate representation of color #BE71D9: hue angle of 284.42º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BE71D9 is Cyan = 0.12, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 190 113 217 -
CMYK 0.12 0.48 0 0.15
HSL 284.42º 0.58% 0.65% -
HSV(B) 284.42º 0.48% 0.85% -
XYZ 39.66 27.77 68.91 -
YUV 147.88 167.01 158.04 -
System Red Green Blue C M Y K H S L
Decimal 190 113 217 0.12 0.48 0 0.15 284.42 0.58 0.65
Hex BE 71 D9 C 30 0 F 11C 3A 41
Octal 276 161 331 14 60 0 17 434 72 101
Binary 10111110 1110001 11011001 1100 110000 0 1111 100011100 111010 1000001

Color Harmonies of #BE71D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE71D9

Black with #BE71D9

Text Example


Text Example

White with #BE71D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE71D9; }

 p { color: rgb(190,113,217); }

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

background-color css

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

 a { background-color: rgb(190,113,217); }

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

border-color css

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

 span { border-color: rgb(190,113,217); }

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