Html Css Color HEX #BE5CDD Medium Orchid

📋 copy color: '#BE5CDD'

red 190 ◦ green 92 ◦ blue 221

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

Shades of Medium Orchid #BE5CDD

Tints of Medium Orchid #BE5CDD

RGB

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

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

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

R = 37.77%
G = 18.29%
B = 43.94%

CMYK

 C value IS 0.14

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BE5CDD (or 0xBE5CDD) is known color: Medium Orchid. HEX triplet: BE, 5C and DD. RGB value is (190,92,221). Sum of RGB (Red+Green+Blue) = 190+92+221=503 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.77% from 503); Green value is 92 (36.33% from 255 or 18.29% from 503); Blue value is 221 (86.72% from 255 or 43.94% from 503); Max value from RGB is 221 - color contains mainly: blue. Hex color #BE5CDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE5CDD is #41A322. Grayscale: #878787. Windows color (decimal): -4301603 or 14507198. OLE color: 14507198.

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

Color convert

RGB 190 92 221 -
CMYK 0.14 0.58 0 0.13
HSL 285.58º 0.65% 0.61% -
HSV(B) 285.58º 0.58% 0.87% -
XYZ 38.11 23.82 71 -
YUV 136.01 175.97 166.51 -
System Red Green Blue C M Y K H S L
Decimal 190 92 221 0.14 0.58 0 0.13 285.58 0.65 0.61
Hex BE 5C DD E 3A 0 D 11E 41 3D
Octal 276 134 335 16 72 0 15 436 101 75
Binary 10111110 1011100 11011101 1110 111010 0 1101 100011110 1000001 111101

Color Harmonies of #BE5CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5CDD

Black with #BE5CDD

Text Example


Text Example

White with #BE5CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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