Html Css Color HEX #BE74DA Medium Orchid

📋 copy color: '#BE74DA'

red 190 ◦ green 116 ◦ blue 218

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

Shades of Medium Orchid #BE74DA

Tints of Medium Orchid #BE74DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.6%

R = 36.26%
G = 22.14%
B = 41.6%

CMYK

 C value IS 0.13

 M value IS 0.47

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BE74DA (or 0xBE74DA) is known color: Medium Orchid. HEX triplet: BE, 74 and DA. RGB value is (190,116,218). Sum of RGB (Red+Green+Blue) = 190+116+218=524 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.26% from 524); Green value is 116 (45.70% from 255 or 22.14% from 524); Blue value is 218 (85.55% from 255 or 41.60% from 524); Max value from RGB is 218 - color contains mainly: blue. Hex color #BE74DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE74DA is #418B25. Grayscale: #959595. Windows color (decimal): -4295462 or 14316734. OLE color: 14316734.

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

Color convert

RGB 190 116 218 -
CMYK 0.13 0.47 0 0.15
HSL 283.53º 0.58% 0.65% -
HSV(B) 283.53º 0.47% 0.85% -
XYZ 40.14 28.5 69.72 -
YUV 149.75 166.52 156.71 -
System Red Green Blue C M Y K H S L
Decimal 190 116 218 0.13 0.47 0 0.15 283.53 0.58 0.65
Hex BE 74 DA D 2F 0 F 11C 3A 41
Octal 276 164 332 15 57 0 17 434 72 101
Binary 10111110 1110100 11011010 1101 101111 0 1111 100011100 111010 1000001

Color Harmonies of #BE74DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE74DA

Black with #BE74DA

Text Example


Text Example

White with #BE74DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE74DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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