Html Css Color HEX #BE65DD Medium Orchid

📋 copy color: '#BE65DD'

red 190 ◦ green 101 ◦ blue 221

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

Shades of Medium Orchid #BE65DD

Tints of Medium Orchid #BE65DD

RGB

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

 GREEN value IS 101 (39.84% from 255) = 19.73%

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

R = 37.11%
G = 19.73%
B = 43.16%

CMYK

 C value IS 0.14

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BE65DD (or 0xBE65DD) is known color: Medium Orchid. HEX triplet: BE, 65 and DD. RGB value is (190,101,221). Sum of RGB (Red+Green+Blue) = 190+101+221=512 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.11% from 512); Green value is 101 (39.84% from 255 or 19.73% from 512); Blue value is 221 (86.72% from 255 or 43.16% from 512); Max value from RGB is 221 - color contains mainly: blue. Hex color #BE65DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE65DD is #419A22. Grayscale: #8C8C8C. Windows color (decimal): -4299299 or 14509502. OLE color: 14509502.

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

Color convert

RGB 190 101 221 -
CMYK 0.14 0.54 0 0.13
HSL 284.5º 0.64% 0.63% -
HSV(B) 284.5º 0.54% 0.87% -
XYZ 38.94 25.47 71.27 -
YUV 141.29 172.99 162.74 -
System Red Green Blue C M Y K H S L
Decimal 190 101 221 0.14 0.54 0 0.13 284.5 0.64 0.63
Hex BE 65 DD E 36 0 D 11C 40 3F
Octal 276 145 335 16 66 0 15 434 100 77
Binary 10111110 1100101 11011101 1110 110110 0 1101 100011100 1000000 111111

Color Harmonies of #BE65DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE65DD

Black with #BE65DD

Text Example


Text Example

White with #BE65DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE65DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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