Html Css Color HEX #BE74DD Medium Orchid

📋 copy color: '#BE74DD'

red 190 ◦ green 116 ◦ blue 221

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

Shades of Medium Orchid #BE74DD

Tints of Medium Orchid #BE74DD

RGB

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

 GREEN value IS 116 (45.7% from 255) = 22.01%

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

R = 36.05%
G = 22.01%
B = 41.94%

CMYK

 C value IS 0.14

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BE74DD (or 0xBE74DD) is known color: Medium Orchid. HEX triplet: BE, 74 and DD. RGB value is (190,116,221). Sum of RGB (Red+Green+Blue) = 190+116+221=527 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.05% from 527); Green value is 116 (45.70% from 255 or 22.01% from 527); Blue value is 221 (86.72% from 255 or 41.94% from 527); Max value from RGB is 221 - color contains mainly: blue. Hex color #BE74DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE74DD is #418B22. Grayscale: #959595. Windows color (decimal): -4295459 or 14513342. OLE color: 14513342.

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

Color convert

RGB 190 116 221 -
CMYK 0.14 0.48 0 0.13
HSL 282.29º 0.61% 0.66% -
HSV(B) 282.29º 0.48% 0.87% -
XYZ 40.53 28.66 71.8 -
YUV 150.1 168.02 156.46 -
System Red Green Blue C M Y K H S L
Decimal 190 116 221 0.14 0.48 0 0.13 282.29 0.61 0.66
Hex BE 74 DD E 30 0 D 11A 3D 42
Octal 276 164 335 16 60 0 15 432 75 102
Binary 10111110 1110100 11011101 1110 110000 0 1101 100011010 111101 1000010

Color Harmonies of #BE74DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE74DD

Black with #BE74DD

Text Example


Text Example

White with #BE74DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE74DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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