Html Css Color HEX #BE55DF Medium Orchid

📋 copy color: '#BE55DF'

red 190 ◦ green 85 ◦ blue 223

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

Shades of Medium Orchid #BE55DF

Tints of Medium Orchid #BE55DF

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.07%

 BLUE value IS 223 (87.5% from 255) = 44.78%

R = 38.15%
G = 17.07%
B = 44.78%

CMYK

 C value IS 0.15

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BE55DF (or 0xBE55DF) is known color: Medium Orchid. HEX triplet: BE, 55 and DF. RGB value is (190,85,223). Sum of RGB (Red+Green+Blue) = 190+85+223=498 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.15% from 498); Green value is 85 (33.59% from 255 or 17.07% from 498); Blue value is 223 (87.5% from 255 or 44.78% from 498); Max value from RGB is 223 - color contains mainly: blue. Hex color #BE55DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE55DF is #41AA20. Grayscale: #838383. Windows color (decimal): -4303393 or 14636478. OLE color: 14636478.

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

Color convert

RGB 190 85 223 -
CMYK 0.15 0.62 0 0.13
HSL 285.65º 0.68% 0.6% -
HSV(B) 285.65º 0.62% 0.87% -
XYZ 37.8 22.77 72.22 -
YUV 132.13 179.29 169.28 -
System Red Green Blue C M Y K H S L
Decimal 190 85 223 0.15 0.62 0 0.13 285.65 0.68 0.6
Hex BE 55 DF F 3E 0 D 11E 44 3C
Octal 276 125 337 17 76 0 15 436 104 74
Binary 10111110 1010101 11011111 1111 111110 0 1101 100011110 1000100 111100

Color Harmonies of #BE55DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE55DF

Black with #BE55DF

Text Example


Text Example

White with #BE55DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE55DF; }

 p { color: rgb(190,85,223); }

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

background-color css

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

 a { background-color: rgb(190,85,223); }

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

border-color css

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

 span { border-color: rgb(190,85,223); }

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