Html Css Color HEX #BE5AD8 Medium Orchid

📋 copy color: '#BE5AD8'

red 190 ◦ green 90 ◦ blue 216

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

Shades of Medium Orchid #BE5AD8

Tints of Medium Orchid #BE5AD8

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.15%

 BLUE value IS 216 (84.77% from 255) = 43.55%

R = 38.31%
G = 18.15%
B = 43.55%

CMYK

 C value IS 0.12

 M value IS 0.58

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BE5AD8 (or 0xBE5AD8) is known color: Medium Orchid. HEX triplet: BE, 5A and D8. RGB value is (190,90,216). Sum of RGB (Red+Green+Blue) = 190+90+216=496 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.31% from 496); Green value is 90 (35.55% from 255 or 18.15% from 496); Blue value is 216 (84.77% from 255 or 43.55% from 496); Max value from RGB is 216 - color contains mainly: blue. Hex color #BE5AD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE5AD8 is #41A527. Grayscale: #858585. Windows color (decimal): -4302120 or 14179006. OLE color: 14179006.

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

Color convert

RGB 190 90 216 -
CMYK 0.12 0.58 0 0.15
HSL 287.62º 0.62% 0.6% -
HSV(B) 287.62º 0.58% 0.85% -
XYZ 37.29 23.22 67.48 -
YUV 134.26 174.13 167.75 -
System Red Green Blue C M Y K H S L
Decimal 190 90 216 0.12 0.58 0 0.15 287.62 0.62 0.6
Hex BE 5A D8 C 3A 0 F 120 3E 3C
Octal 276 132 330 14 72 0 17 440 76 74
Binary 10111110 1011010 11011000 1100 111010 0 1111 100100000 111110 111100

Color Harmonies of #BE5AD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5AD8

Black with #BE5AD8

Text Example


Text Example

White with #BE5AD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5AD8; }

 p { color: rgb(190,90,216); }

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

background-color css

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

 a { background-color: rgb(190,90,216); }

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

border-color css

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

 span { border-color: rgb(190,90,216); }

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