Html Css Color HEX #BE65F3 Medium Orchid

📋 copy color: '#BE65F3'

red 190 ◦ green 101 ◦ blue 243

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

Shades of Medium Orchid #BE65F3

Tints of Medium Orchid #BE65F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 45.51%

R = 35.58%
G = 18.91%
B = 45.51%

CMYK

 C value IS 0.22

 M value IS 0.58

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BE65F3 (or 0xBE65F3) is known color: Medium Orchid. HEX triplet: BE, 65 and F3. RGB value is (190,101,243). Sum of RGB (Red+Green+Blue) = 190+101+243=534 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.58% from 534); Green value is 101 (39.84% from 255 or 18.91% from 534); Blue value is 243 (95.31% from 255 or 45.51% from 534); Max value from RGB is 243 - color contains mainly: blue. Hex color #BE65F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE65F3 is #419A0C. Grayscale: #8F8F8F. Windows color (decimal): -4299277 or 15951294. OLE color: 15951294.

HSL color Cylindrical-coordinate representation of color #BE65F3: hue angle of 277.61º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BE65F3 is Cyan = 0.22, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 190 101 243 -
CMYK 0.22 0.58 0 0.05
HSL 277.61º 0.86% 0.67% -
HSV(B) 277.61º 0.58% 0.95% -
XYZ 42.07 26.73 87.74 -
YUV 143.8 183.99 160.95 -
System Red Green Blue C M Y K H S L
Decimal 190 101 243 0.22 0.58 0 0.05 277.61 0.86 0.67
Hex BE 65 F3 16 3A 0 5 116 56 43
Octal 276 145 363 26 72 0 5 426 126 103
Binary 10111110 1100101 11110011 10110 111010 0 101 100010110 1010110 1000011

Color Harmonies of #BE65F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE65F3

Black with #BE65F3

Text Example


Text Example

White with #BE65F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE65F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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