Html Css Color HEX #BE65EB Medium Orchid

📋 copy color: '#BE65EB'

red 190 ◦ green 101 ◦ blue 235

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

Shades of Medium Orchid #BE65EB

Tints of Medium Orchid #BE65EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 44.68%

R = 36.12%
G = 19.2%
B = 44.68%

CMYK

 C value IS 0.19

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BE65EB (or 0xBE65EB) is known color: Medium Orchid. HEX triplet: BE, 65 and EB. RGB value is (190,101,235). Sum of RGB (Red+Green+Blue) = 190+101+235=526 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.12% from 526); Green value is 101 (39.84% from 255 or 19.20% from 526); Blue value is 235 (92.19% from 255 or 44.68% from 526); Max value from RGB is 235 - color contains mainly: blue. Hex color #BE65EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE65EB is #419A14. Grayscale: #8E8E8E. Windows color (decimal): -4299285 or 15427006. OLE color: 15427006.

HSL color Cylindrical-coordinate representation of color #BE65EB: hue angle of 279.85º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BE65EB is Cyan = 0.19, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 190 101 235 -
CMYK 0.19 0.57 0 0.08
HSL 279.85º 0.77% 0.66% -
HSV(B) 279.85º 0.57% 0.92% -
XYZ 40.88 26.25 81.51 -
YUV 142.89 179.99 161.6 -
System Red Green Blue C M Y K H S L
Decimal 190 101 235 0.19 0.57 0 0.08 279.85 0.77 0.66
Hex BE 65 EB 13 39 0 8 118 4D 42
Octal 276 145 353 23 71 0 10 430 115 102
Binary 10111110 1100101 11101011 10011 111001 0 1000 100011000 1001101 1000010

Color Harmonies of #BE65EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE65EB

Black with #BE65EB

Text Example


Text Example

White with #BE65EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE65EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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