Html Css Color HEX #BE65D9 Medium Orchid

📋 copy color: '#BE65D9'

red 190 ◦ green 101 ◦ blue 217

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

Shades of Medium Orchid #BE65D9

Tints of Medium Orchid #BE65D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 42.72%

R = 37.4%
G = 19.88%
B = 42.72%

CMYK

 C value IS 0.12

 M value IS 0.53

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BE65D9 (or 0xBE65D9) is known color: Medium Orchid. HEX triplet: BE, 65 and D9. RGB value is (190,101,217). Sum of RGB (Red+Green+Blue) = 190+101+217=508 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.40% from 508); Green value is 101 (39.84% from 255 or 19.88% from 508); Blue value is 217 (85.16% from 255 or 42.72% from 508); Max value from RGB is 217 - color contains mainly: blue. Hex color #BE65D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE65D9 is #419A26. Grayscale: #8C8C8C. Windows color (decimal): -4299303 or 14247358. OLE color: 14247358.

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

Color convert

RGB 190 101 217 -
CMYK 0.12 0.53 0 0.15
HSL 286.03º 0.6% 0.62% -
HSV(B) 286.03º 0.53% 0.85% -
XYZ 38.41 25.26 68.5 -
YUV 140.84 170.99 163.07 -
System Red Green Blue C M Y K H S L
Decimal 190 101 217 0.12 0.53 0 0.15 286.03 0.6 0.62
Hex BE 65 D9 C 35 0 F 11E 3C 3E
Octal 276 145 331 14 65 0 17 436 74 76
Binary 10111110 1100101 11011001 1100 110101 0 1111 100011110 111100 111110

Color Harmonies of #BE65D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE65D9

Black with #BE65D9

Text Example


Text Example

White with #BE65D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE65D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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