Html Css Color HEX #BE65E6 Medium Orchid

📋 copy color: '#BE65E6'

red 190 ◦ green 101 ◦ blue 230

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

Shades of Medium Orchid #BE65E6

Tints of Medium Orchid #BE65E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 44.15%

R = 36.47%
G = 19.39%
B = 44.15%

CMYK

 C value IS 0.17

 M value IS 0.56

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BE65E6 (or 0xBE65E6) is known color: Medium Orchid. HEX triplet: BE, 65 and E6. RGB value is (190,101,230). Sum of RGB (Red+Green+Blue) = 190+101+230=521 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.47% from 521); Green value is 101 (39.84% from 255 or 19.39% from 521); Blue value is 230 (90.23% from 255 or 44.15% from 521); Max value from RGB is 230 - color contains mainly: blue. Hex color #BE65E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE65E6 is #419A19. Grayscale: #8D8D8D. Windows color (decimal): -4299290 or 15099326. OLE color: 15099326.

HSL color Cylindrical-coordinate representation of color #BE65E6: hue angle of 281.4º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BE65E6 is Cyan = 0.17, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 190 101 230 -
CMYK 0.17 0.56 0 0.10
HSL 281.4º 0.72% 0.65% -
HSV(B) 281.4º 0.56% 0.9% -
XYZ 40.17 25.97 77.76 -
YUV 142.32 177.49 162.01 -
System Red Green Blue C M Y K H S L
Decimal 190 101 230 0.17 0.56 0 0.10 281.4 0.72 0.65
Hex BE 65 E6 11 38 0 A 119 48 41
Octal 276 145 346 21 70 0 12 431 110 101
Binary 10111110 1100101 11100110 10001 111000 0 1010 100011001 1001000 1000001

Color Harmonies of #BE65E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE65E6

Black with #BE65E6

Text Example


Text Example

White with #BE65E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE65E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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