Html Css Color HEX #BE64DF Medium Orchid

📋 copy color: '#BE64DF'

red 190 ◦ green 100 ◦ blue 223

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

Shades of Medium Orchid #BE64DF

Tints of Medium Orchid #BE64DF

RGB

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

 GREEN value IS 100 (39.45% from 255) = 19.49%

 BLUE value IS 223 (87.5% from 255) = 43.47%

R = 37.04%
G = 19.49%
B = 43.47%

CMYK

 C value IS 0.15

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BE64DF (or 0xBE64DF) is known color: Medium Orchid. HEX triplet: BE, 64 and DF. RGB value is (190,100,223). Sum of RGB (Red+Green+Blue) = 190+100+223=513 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.04% from 513); Green value is 100 (39.45% from 255 or 19.49% from 513); Blue value is 223 (87.5% from 255 or 43.47% from 513); Max value from RGB is 223 - color contains mainly: blue. Hex color #BE64DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE64DF is #419B20. Grayscale: #8C8C8C. Windows color (decimal): -4299553 or 14640318. OLE color: 14640318.

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

Color convert

RGB 190 100 223 -
CMYK 0.15 0.55 0 0.13
HSL 283.9º 0.66% 0.63% -
HSV(B) 283.9º 0.55% 0.87% -
XYZ 39.11 25.39 72.65 -
YUV 140.93 174.32 163 -
System Red Green Blue C M Y K H S L
Decimal 190 100 223 0.15 0.55 0 0.13 283.9 0.66 0.63
Hex BE 64 DF F 37 0 D 11C 42 3F
Octal 276 144 337 17 67 0 15 434 102 77
Binary 10111110 1100100 11011111 1111 110111 0 1101 100011100 1000010 111111

Color Harmonies of #BE64DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE64DF

Black with #BE64DF

Text Example


Text Example

White with #BE64DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE64DF; }

 p { color: rgb(190,100,223); }

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

background-color css

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

 a { background-color: rgb(190,100,223); }

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

border-color css

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

 span { border-color: rgb(190,100,223); }

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