Html Css Color HEX #BE47DD Medium Orchid

📋 copy color: '#BE47DD'

red 190 ◦ green 71 ◦ blue 221

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

Shades of Medium Orchid #BE47DD

Tints of Medium Orchid #BE47DD

RGB

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

 GREEN value IS 71 (28.13% from 255) = 14.73%

 BLUE value IS 221 (86.72% from 255) = 45.85%

R = 39.42%
G = 14.73%
B = 45.85%

CMYK

 C value IS 0.14

 M value IS 0.68

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BE47DD (or 0xBE47DD) is known color: Medium Orchid. HEX triplet: BE, 47 and DD. RGB value is (190,71,221). Sum of RGB (Red+Green+Blue) = 190+71+221=482 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.42% from 482); Green value is 71 (28.12% from 255 or 14.73% from 482); Blue value is 221 (86.72% from 255 or 45.85% from 482); Max value from RGB is 221 - color contains mainly: blue. Hex color #BE47DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE47DD is #41B822. Grayscale: #7B7B7B. Windows color (decimal): -4306979 or 14501822. OLE color: 14501822.

HSL color Cylindrical-coordinate representation of color #BE47DD: hue angle of 287.6º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BE47DD is Cyan = 0.14, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 190 71 221 -
CMYK 0.14 0.68 0 0.13
HSL 287.6º 0.69% 0.57% -
HSV(B) 287.6º 0.68% 0.87% -
XYZ 36.54 20.67 70.47 -
YUV 123.68 182.92 175.3 -
System Red Green Blue C M Y K H S L
Decimal 190 71 221 0.14 0.68 0 0.13 287.6 0.69 0.57
Hex BE 47 DD E 44 0 D 120 45 39
Octal 276 107 335 16 104 0 15 440 105 71
Binary 10111110 1000111 11011101 1110 1000100 0 1101 100100000 1000101 111001

Color Harmonies of #BE47DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE47DD

Black with #BE47DD

Text Example


Text Example

White with #BE47DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE47DD; }

 p { color: rgb(190,71,221); }

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

background-color css

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

 a { background-color: rgb(190,71,221); }

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

border-color css

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

 span { border-color: rgb(190,71,221); }

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