Html Css Color HEX #BE5CDA Medium Orchid

📋 copy color: '#BE5CDA'

red 190 ◦ green 92 ◦ blue 218

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

Shades of Medium Orchid #BE5CDA

Tints of Medium Orchid #BE5CDA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18.4%

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

R = 38%
G = 18.4%
B = 43.6%

CMYK

 C value IS 0.13

 M value IS 0.58

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BE5CDA (or 0xBE5CDA) is known color: Medium Orchid. HEX triplet: BE, 5C and DA. RGB value is (190,92,218). Sum of RGB (Red+Green+Blue) = 190+92+218=500 (66% of max value = 765). Red value is 190 (74.61% from 255 or 38% from 500); Green value is 92 (36.33% from 255 or 18.4% from 500); Blue value is 218 (85.55% from 255 or 43.6% from 500); Max value from RGB is 218 - color contains mainly: blue. Hex color #BE5CDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE5CDA is #41A325. Grayscale: #878787. Windows color (decimal): -4301606 or 14310590. OLE color: 14310590.

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

Color convert

RGB 190 92 218 -
CMYK 0.13 0.58 0 0.15
HSL 286.67º 0.63% 0.61% -
HSV(B) 286.67º 0.58% 0.85% -
XYZ 37.72 23.66 68.91 -
YUV 135.67 174.47 166.75 -
System Red Green Blue C M Y K H S L
Decimal 190 92 218 0.13 0.58 0 0.15 286.67 0.63 0.61
Hex BE 5C DA D 3A 0 F 11F 3F 3D
Octal 276 134 332 15 72 0 17 437 77 75
Binary 10111110 1011100 11011010 1101 111010 0 1111 100011111 111111 111101

Color Harmonies of #BE5CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5CDA

Black with #BE5CDA

Text Example


Text Example

White with #BE5CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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